diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-08-01 18:47:04 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-08-15 18:42:42 +0200 |
commit | 08ef98069718cfa8dc9acab46fdc52810511636d (patch) | |
tree | f1a61994a3dec072b3883bdac095a136244a5bca /arch/arm/boot/dts/omap5-cm-t54.dts | |
parent | ARM: dts: am335x/437x/57xx: remove unneeded unit name for gpio-leds nodes (diff) | |
download | linux-08ef98069718cfa8dc9acab46fdc52810511636d.tar.xz linux-08ef98069718cfa8dc9acab46fdc52810511636d.zip |
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/omap5-cm-t54.dts')
-rw-r--r-- | arch/arm/boot/dts/omap5-cm-t54.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap5-cm-t54.dts b/arch/arm/boot/dts/omap5-cm-t54.dts index a9765605d53b..fe724da3ec0d 100644 --- a/arch/arm/boot/dts/omap5-cm-t54.dts +++ b/arch/arm/boot/dts/omap5-cm-t54.dts @@ -72,7 +72,7 @@ leds { compatible = "gpio-leds"; - led@1 { + led1 { label = "Heartbeat"; gpios = <&gpio3 16 GPIO_ACTIVE_HIGH>; /* gpio3_80 ACT_LED */ linux,default-trigger = "heartbeat"; |