Commit 4a20c260 authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo
Browse files

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: default avatarFabio Estevam <festevam@gmail.com>
Signed-off-by: default avatarOtavio Salvador <otavio@ossystems.com.br>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 093f911d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,8 +15,8 @@
	leds {
		compatible = "gpio-leds";

		hobbitled {
			label = "hobbitled";
		led {
			label = "gpio-led";
			gpios = <&gpio1 29 GPIO_ACTIVE_LOW>;
		};
	};