Commit e9ce3538 authored by Yoshihiro Shimoda's avatar Yoshihiro Shimoda Committed by 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: default avatarYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent c8ee8804
......@@ -272,6 +272,7 @@ endpoint {
};
&ehci0 {
dr_mode = "otg";
status = "okay";
};
......@@ -284,6 +285,7 @@ &extalr_clk {
};
&hsusb {
dr_mode = "otg";
status = "okay";
};
......@@ -346,6 +348,7 @@ &i2c_dvfs {
};
&ohci0 {
dr_mode = "otg";
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