Commit 610fd5de authored by Yoshihiro Shimoda's avatar Yoshihiro Shimoda Committed by Simon Horman

arm64: dts: renesas: r8a7795: salvator-xs: enable USB2.0 host channel 3

This patch enables USB2.0 host channel 3 for r8a7795 with Salvator-XS.
Signed-off-by: default avatarYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 5650011a
...@@ -56,6 +56,11 @@ &ehci2 { ...@@ -56,6 +56,11 @@ &ehci2 {
status = "okay"; status = "okay";
}; };
&ehci3 {
dr_mode = "otg";
status = "okay";
};
&hsusb3 { &hsusb3 {
dr_mode = "otg"; dr_mode = "otg";
status = "okay"; status = "okay";
...@@ -117,6 +122,11 @@ &ohci2 { ...@@ -117,6 +122,11 @@ &ohci2 {
status = "okay"; status = "okay";
}; };
&ohci3 {
dr_mode = "otg";
status = "okay";
};
&rcar_sound { &rcar_sound {
ports { ports {
/* rsnd_port0 is on salvator-common */ /* rsnd_port0 is on salvator-common */
......
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