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

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
......@@ -399,6 +399,10 @@ &uart2 { /* console */
status = "okay";
};
&usbphynop1 {
wakeup-source;
};
&usbotg1 {
dr_mode = "otg";
hnp-disable;
......
......@@ -255,6 +255,10 @@ &uart3 {
status = "okay";
};
&usbphynop1 {
wakeup-source;
};
&usbotg1 {
dr_mode = "otg";
hnp-disable;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment