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: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
Yoshihiro Shimoda 2017-10-12 18:23:30 +09:00 committed by Simon Horman
parent c8ee880415
commit e9ce35386b
1 changed files with 3 additions and 0 deletions

View File

@ -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";
};