ARM: dts: imx6ul-pico-hobbit: Make the child led nodes standard
authorFabio Estevam <festevam@gmail.com>
Sun, 2 Dec 2018 21:18:07 +0000 (19:18 -0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 10 Dec 2018 02:03:05 +0000 (10:03 +0800)
Use the same child led node and label name as used in the
imx7d-pico-hobbit board.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6ul-pico-hobbit.dts

index 3cc04dd6f341873040275492b3ba07b488a01d9b..8656ccbb5a06511a1e93cd6e4ade60e69d263cf3 100644 (file)
@@ -15,8 +15,8 @@
        leds {
                compatible = "gpio-leds";
 
-               hobbitled {
-                       label = "hobbitled";
+               led {
+                       label = "gpio-led";
                        gpios = <&gpio1 29 GPIO_ACTIVE_LOW>;
                };
        };