forked from Ivasoft/openwrt
ipq806x: add support for indicating the boot and upgrade state using four leds
Signed-off-by: Henryk Heisig hyniu@o2.pl
This commit is contained in:
committed by
John Crispin
parent
36afaae847
commit
4bdf615878
@@ -24,6 +24,11 @@
|
||||
aliases {
|
||||
serial0 = &uart4;
|
||||
mdio-gpio0 = &mdio0;
|
||||
|
||||
led-boot = &power;
|
||||
led-failsafe = &power;
|
||||
led-running = &power;
|
||||
led-upgrade = &power;
|
||||
};
|
||||
|
||||
chosen {
|
||||
@@ -365,7 +370,7 @@
|
||||
default-state = "off";
|
||||
};
|
||||
|
||||
power {
|
||||
power: power {
|
||||
label = "ea8500:white:power";
|
||||
gpios = <&qcom_pinmux 6 1>;
|
||||
default-state = "off";
|
||||
|
||||
Reference in New Issue
Block a user