提交 e9ce3538 编写于 作者: Y Yoshihiro Shimoda 提交者: Simon Horman

arm64: dts: renesas: salvator-common: add dr_mode property for USB2.0 channel 0

Since Salvator-X[S] have a USB2.0 dual-role channel (CN9), this patch
adds dr_mode property for USB2.0 channel 0 (EHCI/OHCI and HS-USB)
as "otg".
Signed-off-by: NYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
上级 c8ee8804
...@@ -272,6 +272,7 @@ ...@@ -272,6 +272,7 @@
}; };
&ehci0 { &ehci0 {
dr_mode = "otg";
status = "okay"; status = "okay";
}; };
...@@ -284,6 +285,7 @@ ...@@ -284,6 +285,7 @@
}; };
&hsusb { &hsusb {
dr_mode = "otg";
status = "okay"; status = "okay";
}; };
...@@ -346,6 +348,7 @@ ...@@ -346,6 +348,7 @@
}; };
&ohci0 { &ohci0 {
dr_mode = "otg";
status = "okay"; status = "okay";
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册