arm64: dts: imx8mm/n-evk: enable wakeup-source for usb phy
authorLi Jun <jun.li@nxp.com>
Fri, 28 Oct 2022 01:58:38 +0000 (09:58 +0800)
committerShawn Guo <shawnguo@kernel.org>
Fri, 11 Nov 2022 02:37:35 +0000 (10:37 +0800)
Enable usb phy to be wakeup source to support system wakeup
from usb.

Signed-off-by: Li Jun <jun.li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi
arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi

index 7d6317d95b131795a92cec2e899529cee1744b58..6800d923aa7e6725bbe4d8250e14a9b04982ce85 100644 (file)
        status = "okay";
 };
 
+&usbphynop1 {
+       wakeup-source;
+};
+
 &usbotg1 {
        dr_mode = "otg";
        hnp-disable;
index 261c36540079320dd8ecaad0760e3b54930e95b1..8cb87c7a0f033343c623ffd70d36985e8ca053a3 100644 (file)
        status = "okay";
 };
 
+&usbphynop1 {
+       wakeup-source;
+};
+
 &usbotg1 {
        dr_mode = "otg";
        hnp-disable;