Skip to content

Commit

Permalink
arm64: allwinner: a64: enable EHCI0/OHCI0 for Pine64
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Icenowy Zheng authored and Maxime Ripard committed May 14, 2017
1 parent dc03a04 commit 8543e62
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@
};
};

&ehci0 {
status = "okay";
};

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

&ohci0 {
status = "okay";
};

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

0 comments on commit 8543e62

Please sign in to comment.