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

Commit 352faa5f authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman
Browse files

ARM: shmobile: koelsch dts: Add labels for the LEDs



The LEDs on the koelsch board are labeled using upper-case characters.

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent dd4dc874
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -149,12 +149,15 @@
		compatible = "gpio-leds";
		led6 {
			gpios = <&gpio2 19 GPIO_ACTIVE_HIGH>;
			label = "LED6";
		};
		led7 {
			gpios = <&gpio2 20 GPIO_ACTIVE_HIGH>;
			label = "LED7";
		};
		led8 {
			gpios = <&gpio2 21 GPIO_ACTIVE_HIGH>;
			label = "LED8";
		};
	};