[openwrt/openwrt] ath79: fix UBNT Aircube AC gpios
LEDE Commits
lede-commits at lists.infradead.org
Sun Oct 31 16:45:30 PDT 2021
adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/3f96743459617bb3f60bf7417f08fb8060f96a2a
commit 3f96743459617bb3f60bf7417f08fb8060f96a2a
Author: Nicolò Veronese <nicveronese at gmail.com>
AuthorDate: Sun Oct 17 03:14:41 2021 +0200
ath79: fix UBNT Aircube AC gpios
GPIOs on the Aircube AC are wrong:
- Reset GPIO moved from 17 to 12
- PoE Pass Through GPIO for Aircube AC is 3
Fixes: 491ae3357e10 ("ath79: add support for Ubiquiti airCube AC")
Signed-off-by: Nicolò Veronese <nicveronese at gmail.com>
---
target/linux/ath79/dts/ar9342_ubnt_aircube-ac.dts | 2 +-
target/linux/ath79/generic/base-files/etc/board.d/03_gpio_switches | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/target/linux/ath79/dts/ar9342_ubnt_aircube-ac.dts b/target/linux/ath79/dts/ar9342_ubnt_aircube-ac.dts
index 25adac4e8a..15e23f2421 100644
--- a/target/linux/ath79/dts/ar9342_ubnt_aircube-ac.dts
+++ b/target/linux/ath79/dts/ar9342_ubnt_aircube-ac.dts
@@ -15,7 +15,7 @@
reset {
label = "reset";
linux,code = <KEY_RESTART>;
- gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
+ gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
debounce-interval = <60>;
};
};
diff --git a/target/linux/ath79/generic/base-files/etc/board.d/03_gpio_switches b/target/linux/ath79/generic/base-files/etc/board.d/03_gpio_switches
index 83f428c54a..ca7d8c633c 100644
--- a/target/linux/ath79/generic/base-files/etc/board.d/03_gpio_switches
+++ b/target/linux/ath79/generic/base-files/etc/board.d/03_gpio_switches
@@ -76,13 +76,13 @@ tplink,wbs510-v2)
ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "20"
;;
ubnt,aircube-ac|\
-ubnt,aircube-isp)
- ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "11"
- ;;
ubnt,nanobeam-ac-gen2|\
ubnt,nanostation-ac)
ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "3"
;;
+ubnt,aircube-isp)
+ ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "11"
+ ;;
ubnt,nanostation-m)
ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "8"
;;
More information about the lede-commits
mailing list