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 2ad949b11d
)
This commit is contained in:
parent
0cb3a616e4
commit
9dc46d6549
1 changed files with 4 additions and 0 deletions
|
@ -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>;
|
||||
|
|
Loading…
Reference in a new issue