arm64: dts: imx8mp: Add UART1 and RTC wake up source on DH i.MX8M Plus DHCOM SoM
authorMarek Vasut <marex@denx.de>
Thu, 31 Aug 2023 18:20:20 +0000 (20:20 +0200)
committerShawn Guo <shawnguo@kernel.org>
Thu, 12 Oct 2023 10:18:55 +0000 (18:18 +0800)
Turn Console UART1 and dedicated RTC into wake up sources, to make
it possible to wake on UART and RTC alarm.

Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp-dhcom-som.dtsi

index df43741d04bb96f1690e6e5d8a595d61d1ba531d..4582a0bbe372620edad1971f55a283a82d3f55bf 100644 (file)
                interrupts-extended = <&gpio5 5 IRQ_TYPE_LEVEL_LOW>;
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_rtc>;
+               wakeup-source;
        };
 
        eeprom1: eeprom@53 {    /* EEPROM with FEC MAC address */
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_uart1>;
        status = "okay";
+       wakeup-source;
 };
 
 &uart2 {