mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
ath79: Fix UBNT Unifi AC LEDs
Both LEDs on these devices are ACTIVE_HIGH, change back to what it is on ar71xx. Signed-off-by: Paul Wassi <p.wassi@gmx.at>
This commit is contained in:
parent
31dc0fbca3
commit
ab12913676
@ -15,13 +15,13 @@
|
||||
|
||||
wifi_ac {
|
||||
label = "ubnt:white:dome";
|
||||
gpios = <&gpio 7 GPIO_ACTIVE_LOW>;
|
||||
gpios = <&gpio 7 GPIO_ACTIVE_HIGH>;
|
||||
linux,default-trigger = "phy0tpt";
|
||||
};
|
||||
|
||||
wifi_n {
|
||||
label = "ubnt:blue:dome";
|
||||
gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
|
||||
gpios = <&gpio 8 GPIO_ACTIVE_HIGH>;
|
||||
linux,default-trigger = "phy1tpt";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user