diff options
author | Santiago Piccinini <spiccinini@altermundi.net> | 2022-09-30 10:44:04 -0300 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2022-10-02 11:40:17 +0200 |
commit | 9dc46d65494c4956677694ea050512bf8971e03e (patch) | |
tree | 845a49ca3625fcedfccb8827d6b3ac68705fdee2 /target/linux/ath79 | |
parent | 0cb3a616e4251ff7b8eb1da268451303d5a16eb7 (diff) | |
download | upstream-9dc46d65494c4956677694ea050512bf8971e03e.tar.gz upstream-9dc46d65494c4956677694ea050512bf8971e03e.tar.bz2 upstream-9dc46d65494c4956677694ea050512bf8971e03e.zip |
ath79: fix LibreRouter-v1 watchdog and poe_pass
Watchdog and poe_passthrough gpios require the jtag disabled.
Signed-off-by: Santiago Piccinini <spiccinini@altermundi.net>
(cherry picked from commit 2ad949b11dbaa4c634868d55a4452d5a558776bd)
Diffstat (limited to 'target/linux/ath79')
-rw-r--r-- | target/linux/ath79/dts/qca9558_librerouter_librerouter-v1.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/qca9558_librerouter_librerouter-v1.dts b/target/linux/ath79/dts/qca9558_librerouter_librerouter-v1.dts index 6cd8ba4578..a9c03b7eda 100644 --- a/target/linux/ath79/dts/qca9558_librerouter_librerouter-v1.dts +++ b/target/linux/ath79/dts/qca9558_librerouter_librerouter-v1.dts @@ -40,6 +40,10 @@ keys { compatible = "gpio-keys"; + pinctrl-names = "default"; + /* GPIO1 (poe_pass) and GPIO2 (watchdog) requires jtag disabled */ + pinctrl-0 = <&jtag_disable_pins>; + reset { label = "Reset"; linux,code = <KEY_RESTART>; |