Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Fabio Estevam and committed by
Shawn Guo
4a20c260 093f911d

+2 -2
+2 -2
arch/arm/boot/dts/imx6ul-pico-hobbit.dts
··· 15 15 leds { 16 16 compatible = "gpio-leds"; 17 17 18 - hobbitled { 19 - label = "hobbitled"; 18 + led { 19 + label = "gpio-led"; 20 20 gpios = <&gpio1 29 GPIO_ACTIVE_LOW>; 21 21 }; 22 22 };