From 2ad949b11dbaa4c634868d55a4452d5a558776bd Mon Sep 17 00:00:00 2001 From: Santiago Piccinini Date: Fri, 30 Sep 2022 10:44:04 -0300 Subject: [PATCH] ath79: fix LibreRouter-v1 watchdog and poe_pass Watchdog and poe_passthrough gpios require the jtag disabled. Signed-off-by: Santiago Piccinini --- target/linux/ath79/dts/qca9558_librerouter_librerouter-v1.dts | 4 ++++ 1 file changed, 4 insertions(+) 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 = ; -- 2.30.2