From 1c589b0d75724c0826ae015179ee2e1221464a4c Mon Sep 17 00:00:00 2001 From: Jacky Bai Date: Wed, 9 Sep 2020 14:44:20 +0800 Subject: [PATCH] LF-1383-15 arm64: dts: freescale: Add wakeup-irq property for scu node Add the wakeup-irq property for SCU node. Signed-off-by: Jacky Bai Reviewed-by: Dong Aisheng --- arch/arm64/boot/dts/freescale/imx8dxl.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi index 37759fad6719..1af94d8ae203 100644 --- a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi @@ -133,6 +133,8 @@ pd: imx8dxl-pd { compatible = "fsl,imx8dxl-scu-pd", "fsl,scu-pd"; #power-domain-cells = <1>; + wakeup-irq = <160 163 235 236 237 228 229 230 231 238 + 239 240 166 169>; }; clk: clock-controller { -- 2.17.1