From: Alexander Stein Date: Tue, 8 Feb 2022 12:32:46 +0000 (+0100) Subject: ARM: dts: imx6qdl: tqma6: Mark gpio-buttons as wakeup-source X-Git-Tag: v6.6.17~7940^2~35^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0563988cf7c4b3d8ab163903e7ccac366e3caa5e;p=platform%2Fkernel%2Flinux-rpi.git ARM: dts: imx6qdl: tqma6: Mark gpio-buttons as wakeup-source They are connected directly to CPU, so they can be used as wakeup source. Signed-off-by: Alexander Stein Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx6qdl-mba6.dtsi b/arch/arm/boot/dts/imx6qdl-mba6.dtsi index 8f6e1dd..1b69438 100644 --- a/arch/arm/boot/dts/imx6qdl-mba6.dtsi +++ b/arch/arm/boot/dts/imx6qdl-mba6.dtsi @@ -40,18 +40,21 @@ label = "s6"; linux,code = ; gpios = <&gpio7 13 GPIO_ACTIVE_LOW>; + wakeup-source; }; button2 { label = "s7"; linux,code = ; gpios = <&gpio7 12 GPIO_ACTIVE_LOW>; + wakeup-source; }; button3 { label = "s8"; linux,code = ; gpios = <&gpio1 8 GPIO_ACTIVE_LOW>; + wakeup-source; }; };