Commit fcc070a4 authored by Alexander Shiyan's avatar Alexander Shiyan Committed by Shawn Guo
Browse files

ARM: dts: imx6qdl-phytec: Add LED labels



This allows boards the option of adding properties or disabling the
LEDs entirely.

Signed-off-by: default avatarAlexander Shiyan <eagle.alexander923@gmail.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 51b9d74c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -47,12 +47,12 @@
		pinctrl-0 = <&pinctrl_leds>;
		compatible = "gpio-leds";

		green {
		led_green: green {
			label = "phyflex:green";
			gpios = <&gpio1 30 0>;
		};

		red {
		led_red: red {
			label = "phyflex:red";
			gpios = <&gpio2 31 0>;
		};