From: Santiago Piccinini Date: Fri, 30 Sep 2022 13:44:04 +0000 (-0300) Subject: ath79: fix LibreRouter-v1 watchdog and poe_pass X-Git-Tag: v23.05.0-rc1~2256 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=2ad949b11dbaa4c634868d55a4452d5a558776bd ath79: fix LibreRouter-v1 watchdog and poe_pass Watchdog and poe_passthrough gpios require the jtag disabled. Signed-off-by: Santiago Piccinini --- 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 = ;