diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-08-01 12:47:04 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-08-15 09:42:42 -0700 |
commit | 08ef98069718cfa8dc9acab46fdc52810511636d (patch) | |
tree | f1a61994a3dec072b3883bdac095a136244a5bca /arch/arm/boot/dts/omap3-pandora-common.dtsi | |
parent | c731abd99121cae0b9a1735c062c96c56e2b72fc (diff) | |
download | op-kernel-dev-08ef98069718cfa8dc9acab46fdc52810511636d.zip op-kernel-dev-08ef98069718cfa8dc9acab46fdc52810511636d.tar.gz |
ARM: dts: omap3/4/5/dra7: 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/omap3-pandora-common.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap3-pandora-common.dtsi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/omap3-pandora-common.dtsi b/arch/arm/boot/dts/omap3-pandora-common.dtsi index dbc4dc7..af30d4d 100644 --- a/arch/arm/boot/dts/omap3-pandora-common.dtsi +++ b/arch/arm/boot/dts/omap3-pandora-common.dtsi @@ -45,28 +45,28 @@ pinctrl-names = "default"; pinctrl-0 = <&led_pins>; - led@1 { + led1 { label = "pandora::sd1"; gpios = <&gpio5 0 GPIO_ACTIVE_HIGH>; /* GPIO_128 */ linux,default-trigger = "mmc0"; default-state = "off"; }; - led@2 { + led2 { label = "pandora::sd2"; gpios = <&gpio5 1 GPIO_ACTIVE_HIGH>; /* GPIO_129 */ linux,default-trigger = "mmc1"; default-state = "off"; }; - led@3 { + led3 { label = "pandora::bluetooth"; gpios = <&gpio5 30 GPIO_ACTIVE_HIGH>; /* GPIO_158 */ linux,default-trigger = "heartbeat"; default-state = "off"; }; - led@4 { + led4 { label = "pandora::wifi"; gpios = <&gpio5 31 GPIO_ACTIVE_HIGH>; /* GPIO_159 */ linux,default-trigger = "mmc2"; |