diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-08-01 18:47:03 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-08-15 18:42:41 +0200 |
commit | c731abd99121cae0b9a1735c062c96c56e2b72fc (patch) | |
tree | fbbcc6aae01d040b57180833801ae38d694cde4c /arch/arm/boot/dts/am335x-shc.dts | |
parent | ARM: dts: omap3/4: remove unneeded unit name for gpio-keys nodes (diff) | |
download | linux-c731abd99121cae0b9a1735c062c96c56e2b72fc.tar.xz linux-c731abd99121cae0b9a1735c062c96c56e2b72fc.zip |
ARM: dts: am335x/437x/57xx: remove unneeded unit name for gpio-leds nodes
This patch fixes the following DTC warnings for many boards:
"Node /leds/led@1 has a unit name, but no reg property"
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am335x-shc.dts')
-rw-r--r-- | arch/arm/boot/dts/am335x-shc.dts | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/am335x-shc.dts b/arch/arm/boot/dts/am335x-shc.dts index 41b1b1206c31..f9a15afb66c7 100644 --- a/arch/arm/boot/dts/am335x-shc.dts +++ b/arch/arm/boot/dts/am335x-shc.dts @@ -64,38 +64,38 @@ compatible = "gpio-leds"; - led@1 { + led1 { label = "shc:power:red"; gpios = <&gpio0 23 GPIO_ACTIVE_HIGH>; default-state = "off"; }; - led@2 { + led2 { label = "shc:power:bl"; gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>; linux,default-trigger = "timer"; default-state = "on"; }; - led@3 { + led3 { label = "shc:lan:red"; gpios = <&gpio0 26 GPIO_ACTIVE_HIGH>; default-state = "off"; }; - led@4 { + led4 { label = "shc:lan:bl"; gpios = <&gpio1 17 GPIO_ACTIVE_HIGH>; default-state = "off"; }; - led@5 { + led5 { label = "shc:cloud:red"; gpios = <&gpio2 2 GPIO_ACTIVE_HIGH>; default-state = "off"; }; - led@6 { + led6 { label = "shc:cloud:bl"; gpios = <&gpio1 18 GPIO_ACTIVE_HIGH>; default-state = "off"; |