提交 8543e620 编写于 作者: I Icenowy Zheng 提交者: Maxime Ripard

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: NIcenowy Zheng <icenowy@aosc.io>
Signed-off-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
上级 dc03a047
......@@ -66,6 +66,10 @@
};
};
&ehci0 {
status = "okay";
};
&ehci1 {
status = "okay";
};
......@@ -91,6 +95,10 @@
status = "okay";
};
&ohci0 {
status = "okay";
};
&ohci1 {
status = "okay";
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册