Watchdog and poe_passthrough gpios require the jtag disabled. Signed-off-by: Santiago Piccinini <[email protected]>
@@ -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>;