Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9ce3538 authored by Yoshihiro Shimoda's avatar Yoshihiro Shimoda Committed by Simon Horman
Browse files

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
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -272,6 +272,7 @@
};

&ehci0 {
	dr_mode = "otg";
	status = "okay";
};

@@ -284,6 +285,7 @@
};

&hsusb {
	dr_mode = "otg";
	status = "okay";
};

@@ -346,6 +348,7 @@
};

&ohci0 {
	dr_mode = "otg";
	status = "okay";
};