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

Commit 8543e620 authored by Icenowy Zheng's avatar Icenowy Zheng Committed by Maxime Ripard
Browse files

arm64: allwinner: a64: enable EHCI0/OHCI0 for Pine64



As we have USB0 controller switch available on A64, we should now enable
the EHCI0/OHCI0 controllers for Pine64.

Signed-off-by: default avatarIcenowy Zheng <icenowy@aosc.io>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent dc03a047
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -66,6 +66,10 @@
	};
	};
};
};


&ehci0 {
	status = "okay";
};

&ehci1 {
&ehci1 {
	status = "okay";
	status = "okay";
};
};
@@ -91,6 +95,10 @@
	status = "okay";
	status = "okay";
};
};


&ohci0 {
	status = "okay";
};

&ohci1 {
&ohci1 {
	status = "okay";
	status = "okay";
};
};