Commit 3cad403f authored by Li Jun's avatar Li Jun Committed by Shawn Guo
Browse files

arm64: dts: imx8mm/n-evk: enable wakeup-source for usb phy



Enable usb phy to be wakeup source to support system wakeup
from usb.

Signed-off-by: default avatarLi Jun <jun.li@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 48d74376
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -399,6 +399,10 @@ &uart2 { /* console */
	status = "okay";
};

&usbphynop1 {
	wakeup-source;
};

&usbotg1 {
	dr_mode = "otg";
	hnp-disable;
+4 −0
Original line number Diff line number Diff line
@@ -255,6 +255,10 @@ &uart3 {
	status = "okay";
};

&usbphynop1 {
	wakeup-source;
};

&usbotg1 {
	dr_mode = "otg";
	hnp-disable;