Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f34ffc9e authored by Maxime Ripard's avatar Maxime Ripard Committed by Shawn Guo
Browse files

ARM: dts: cfa10036: Add Power LED to the CFA-10036 board



Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Cc: Brian Lilly <brian@crystalfontz.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 330eaaf9
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -40,4 +40,13 @@
			};
		};
	};

	leds {
		compatible = "gpio-leds";

		power {
			gpios = <&gpio3 4 1>;
			default-state = "on";
		};
	};
};