Commit 499468cf authored by Vladimir Barinov's avatar Vladimir Barinov Committed by 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: default avatarVladimir Barinov <vladimir.barinov@cogentembedded.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 80785024
...@@ -29,6 +29,7 @@ &can1 { ...@@ -29,6 +29,7 @@ &can1 {
}; };
&ehci0 { &ehci0 {
dr_mode = "otg";
status = "okay"; status = "okay";
}; };
...@@ -41,6 +42,7 @@ &hscif0 { ...@@ -41,6 +42,7 @@ &hscif0 {
}; };
&hsusb { &hsusb {
dr_mode = "otg";
status = "okay"; status = "okay";
}; };
...@@ -133,6 +135,7 @@ i2cswitch4: i2c-switch@71 { ...@@ -133,6 +135,7 @@ i2cswitch4: i2c-switch@71 {
}; };
&ohci0 { &ohci0 {
dr_mode = "otg";
status = "okay"; status = "okay";
}; };
......
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