From d6712ea3d67858c21b408563572cf4aafb3d40a5 Mon Sep 17 00:00:00 2001 From: Li Jun Date: Wed, 18 Dec 2019 10:12:09 +0800 Subject: [PATCH] LF-487-1 ARM: dts: imx6ul: add fsl,mf-mix-wakeup-irq for gpc Otherwise M/F will be off while system sleep even wakeup source is enabled or requested on. Signed-off-by: Li Jun --- arch/arm/boot/dts/imx6ul.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi index ce6d30158e6f..caad833c72fc 100644 --- a/arch/arm/boot/dts/imx6ul.dtsi +++ b/arch/arm/boot/dts/imx6ul.dtsi @@ -777,6 +777,7 @@ #interrupt-cells = <3>; interrupts = ; interrupt-parent = <&intc>; + fsl,mf-mix-wakeup-irq = <0x7c00000 0x7d00 0x0 0x1400640>; }; iomuxc: pinctrl@20e0000 { -- 2.17.1