Skip to content

Commit

Permalink
ath79: Fix UBNT Unifi AC LEDs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
p-wassi authored and mkresin committed Dec 31, 2018
1 parent 31dc0fb commit ab12913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions target/linux/ath79/dts/qca9563_ubnt_unifiac.dtsi
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@


wifi_ac { wifi_ac {
label = "ubnt:white:dome"; label = "ubnt:white:dome";
gpios = <&gpio 7 GPIO_ACTIVE_LOW>; gpios = <&gpio 7 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "phy0tpt"; linux,default-trigger = "phy0tpt";
}; };


wifi_n { wifi_n {
label = "ubnt:blue:dome"; label = "ubnt:blue:dome";
gpios = <&gpio 8 GPIO_ACTIVE_LOW>; gpios = <&gpio 8 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "phy1tpt"; linux,default-trigger = "phy1tpt";
}; };


Expand Down

0 comments on commit ab12913

Please sign in to comment.