arm64: dts: salvator-x: enable USB 2.0 Host of channel 1 and 2
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Tue, 23 Feb 2016 12:28:35 +0000 (21:28 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Thu, 25 Feb 2016 23:55:32 +0000 (08:55 +0900)
We should set SW15 to pin 2-3 side on the board before we use CN9
as USB host or peripheral.

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts

index e415535..b992b1a 100644 (file)
 
        status = "okay";
 };
+
+&ehci1 {
+       status = "okay";
+};
+
+&ehci2 {
+       status = "okay";
+};
+
+&ohci1 {
+       status = "okay";
+};
+
+&ohci2 {
+       status = "okay";
+};