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

Commit ee7657b0 authored by Raashid Muhammed's avatar Raashid Muhammed Committed by Alexandre Belloni
Browse files

ARM: dts: at91: sam9_l9260: Modify information in LED nodes.



Add power led node and rename status led node.

Signed-off-by: default avatarRaashid Muhammed <raashidmuhammed@zilogic.com>
Reviewed-by: default avatarVijay Kumar B. <vijaykumar@bravegnu.org>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
parent ba5c30ac
Loading
Loading
Loading
Loading
+9 −4
Original line number Diff line number Diff line
@@ -106,11 +106,16 @@
	leds {
		compatible = "gpio-leds";

		b0 {
			label = "b0";
			gpios = <&pioA 6 GPIO_ACTIVE_HIGH>;
			linux,default-trigger = "heartbeat";
		pwr_led {
			label = "sam9-l9260:yellow:pwr";
			gpios = <&pioA 9 GPIO_ACTIVE_HIGH>;
			linux,default-trigger = "cpu0";
		};

		status_led {
			label = "sam9-l9260:green:status";
			gpios = <&pioA 6 GPIO_ACTIVE_LOW>;
			linux,default-trigger = "timer";
		};
	};
};