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

Commit b387dfe9 authored by Dmitry Eremin-Solenikov's avatar Dmitry Eremin-Solenikov Committed by Kumar Gala
Browse files

powerpc/83xx: mpc8349emitx - add leds-gpio binding

parent 1d88fd11
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -318,6 +318,24 @@
			reg = <0x700 0x100>;
			device_type = "ipic";
		};

		gpio-leds {
			compatible = "gpio-leds";

			green {
				label = "Green";
				gpios = <&pcf1 0 1>;
				linux,default-trigger = "heartbeat";
			};

			yellow {
				label = "Yellow";
				gpios = <&pcf1 1 1>;
				/* linux,default-trigger = "heartbeat"; */
				default-state = "on";
			};
		};

	};

	pci0: pci@e0008500 {