]> Git Repo - J-linux.git/commitdiff
arm64: dts: renesas: hihope-common: Remove "label" from LEDs
authorFabrizio Castro <[email protected]>
Wed, 19 Jun 2019 14:11:24 +0000 (15:11 +0100)
committerSimon Horman <[email protected]>
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 <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
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";
                };
        };
 
This page took 0.053507 seconds and 4 git commands to generate.