projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31dc0fb
)
ath79: Fix UBNT Unifi AC LEDs
author
Paul Wassi
<p.wassi@gmx.at>
Sun, 30 Dec 2018 21:41:55 +0000
(22:41 +0100)
committer
Mathias Kresin
<dev@kresin.me>
Mon, 31 Dec 2018 12:28:31 +0000
(13:28 +0100)
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>
target/linux/ath79/dts/qca9563_ubnt_unifiac.dtsi
patch
|
blob
|
history
diff --git
a/target/linux/ath79/dts/qca9563_ubnt_unifiac.dtsi
b/target/linux/ath79/dts/qca9563_ubnt_unifiac.dtsi
index ca216a25a11d1f3b196a79cefc155986e0c5d416..3ee43a6d4b082fe2c34786e4a3094c893c6c7f0c 100644
(file)
--- 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";
};