Skip to content
Snippets Groups Projects

Switch polarity for the wakeup-uart4 key

Merged Sjoerd Simons requested to merge fix-wakeup-key into tcl-linux-4.9.y
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
@@ -45,9 +45,8 @@
wakeup-uart4 {
label = "wakeup-uart4";
linux,code = <143>; /* KEY_WAKEUP */
gpios = <&gpio0 30 GPIO_ACTIVE_LOW>;
gpios = <&gpio0 30 GPIO_ACTIVE_HIGH>;
wakeup-source;
debounce-interval = <0>;
};
};
Loading