arm64: dts: renesas: hihope-common: Remove "label" from LEDs
authorFabrizio Castro <fabrizio.castro@bp.renesas.com>
Wed, 19 Jun 2019 14:11:24 +0000 (15:11 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 19 Jun 2019 14:32:13 +0000 (16:32 +0200)
Remove "label" properties from the LEDs device tree nodes, since
we don't have nice labels on the PCB.

Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm64/boot/dts/renesas/hihope-common.dtsi

index 9f05e80cee1022cf380f635cc165026c626c50f1..3311a982fff89f66fa52c4a435ad2eeeebeec55c 100644 (file)
 
                led0 {
                        gpios = <&gpio6 11 GPIO_ACTIVE_HIGH>;
-                       label = "LED0";
                };
 
                led1 {
                        gpios = <&gpio6 12 GPIO_ACTIVE_HIGH>;
-                       label = "LED1";
                };
 
                led2 {
                        gpios = <&gpio6 13 GPIO_ACTIVE_HIGH>;
-                       label = "LED2";
                };
 
                led3 {
                        gpios = <&gpio0  0 GPIO_ACTIVE_HIGH>;
-                       label = "LED3";
                };
        };