]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: allwinner: a64: enable EHCI0/OHCI0 for Pine64
authorIcenowy Zheng <icenowy@aosc.io>
Fri, 14 Apr 2017 13:15:55 +0000 (21:15 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sun, 14 May 2017 06:32:58 +0000 (08:32 +0200)
As we have USB0 controller switch available on A64, we should now enable
the EHCI0/OHCI0 controllers for Pine64.

Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts

index c680ed385da3565da0291e325b5429fcb1e3eeec..4782add50b9491ab185bb1064f2b899e2458123e 100644 (file)
@@ -66,6 +66,10 @@ reg_vcc3v3: vcc3v3 {
        };
 };
 
+&ehci0 {
+       status = "okay";
+};
+
 &ehci1 {
        status = "okay";
 };
@@ -91,6 +95,10 @@ &mmc0 {
        status = "okay";
 };
 
+&ohci0 {
+       status = "okay";
+};
+
 &ohci1 {
        status = "okay";
 };