ARM: dts: imx6ul-pico-hobbit: Make the child led nodes standard

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>
This commit is contained in:
Fabio Estevam 2018-12-02 19:18:07 -02:00 committed by Shawn Guo
parent 093f911dba
commit 4a20c26023
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@
leds {
compatible = "gpio-leds";
hobbitled {
label = "hobbitled";
led {
label = "gpio-led";
gpios = <&gpio1 29 GPIO_ACTIVE_LOW>;
};
};