diff options
author | Paul Wassi <p.wassi@gmx.at> | 2018-12-30 22:41:55 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-12-31 13:28:31 +0100 |
commit | ab12913676b05c069f36eda827043c6b83e51dbe (patch) | |
tree | 1032d7bd70a588d9ae531d2e18ebfac9fbaed7e0 /target/linux | |
parent | 31dc0fbca3e27242c8266c38c54f594747654266 (diff) | |
download | upstream-ab12913676b05c069f36eda827043c6b83e51dbe.tar.gz upstream-ab12913676b05c069f36eda827043c6b83e51dbe.tar.bz2 upstream-ab12913676b05c069f36eda827043c6b83e51dbe.zip |
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>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ath79/dts/qca9563_ubnt_unifiac.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ath79/dts/qca9563_ubnt_unifiac.dtsi b/target/linux/ath79/dts/qca9563_ubnt_unifiac.dtsi index ca216a25a1..3ee43a6d4b 100644 --- a/target/linux/ath79/dts/qca9563_ubnt_unifiac.dtsi +++ b/target/linux/ath79/dts/qca9563_ubnt_unifiac.dtsi @@ -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"; }; |