Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx6ull-colibri: Add general wakeup key used on Colibri

This adds the possibility to wake the module with an external signal
as defined in the Colibri standard

Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Reviewed-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Philippe Schenker and committed by
Shawn Guo
1c7e11ba 242bab2d

+14
+14
arch/arm/boot/dts/imx6ull-colibri-eval-v3.dtsi
··· 8 8 stdout-path = "serial0:115200n8"; 9 9 }; 10 10 11 + gpio-keys { 12 + compatible = "gpio-keys"; 13 + pinctrl-names = "default"; 14 + pinctrl-0 = <&pinctrl_snvs_gpiokeys>; 15 + 16 + power { 17 + label = "Wake-Up"; 18 + gpios = <&gpio5 1 GPIO_ACTIVE_HIGH>; 19 + linux,code = <KEY_WAKEUP>; 20 + debounce-interval = <10>; 21 + wakeup-source; 22 + }; 23 + }; 24 + 11 25 /* fixed crystal dedicated to mcp2515 */ 12 26 clk16m: clk16m { 13 27 compatible = "fixed-clock";