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

Commit 80c9473d authored by Marc Dietrich's avatar Marc Dietrich Committed by Olof Johansson
Browse files

ARM: dt: tegra: add the wifi led to paz00 device tree



This adds the wifi led bound to the rfkill0 event to the device
tree of paz00.

Signed-off-by: default avatarMarc Dietrich <marvin24@gmx.de>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent d8d56c84
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -90,4 +90,14 @@
			gpio-key,wakeup;
		};
	};

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

		wifi {
			label = "wifi-led";
			gpios = <&gpio 24 0>;
			linux,default-trigger = "rfkill0";
		};
	};
};