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

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
......@@ -90,4 +90,14 @@ power {
gpio-key,wakeup;
};
};
gpio-leds {
compatible = "gpio-leds";
wifi {
label = "wifi-led";
gpios = <&gpio 24 0>;
linux,default-trigger = "rfkill0";
};
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment