]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: imx8qxp: add wakeup source for power-key
authorFrank Li <Frank.Li@nxp.com>
Wed, 29 Oct 2025 19:54:39 +0000 (15:54 -0400)
committerShawn Guo <shawnguo@kernel.org>
Sun, 16 Nov 2025 09:57:31 +0000 (17:57 +0800)
Add wakeup source property for power-key.

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8qxp.dtsi

index def6de8d579d40919e4bf7f88e119611ae4cb69a..7c4a50e0ec9e9abd09c0aef9bd2f43ece8121908 100644 (file)
                scu_key: keys {
                        compatible = "fsl,imx8qxp-sc-key", "fsl,imx-sc-key";
                        linux,keycodes = <KEY_POWER>;
+                       wakeup-source;
                        status = "disabled";
                };