提交 499468cf 编写于 作者: V Vladimir Barinov 提交者: Simon Horman

arm64: dts: renesas: ulcb-kf: add dr_mode property for USB2.0 channel 0

ULCB-KF has a USB2.0 dual-role channel (CN13).
This adds dr_mode property for USB2.0 channel 0 (EHCI/OHCI and HS-USB)
as "otg".
Signed-off-by: NVladimir Barinov <vladimir.barinov@cogentembedded.com>
Reviewed-by: NGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
上级 80785024
......@@ -29,6 +29,7 @@
};
&ehci0 {
dr_mode = "otg";
status = "okay";
};
......@@ -41,6 +42,7 @@
};
&hsusb {
dr_mode = "otg";
status = "okay";
};
......@@ -133,6 +135,7 @@
};
&ohci0 {
dr_mode = "otg";
status = "okay";
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册