mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
arm64: dts: rockchip: enable ehci/ohci and u2phy for rk3368-sheep
This adds enable ehci/ohci and u2phy configuration for rk3368-sheep. Change-Id: Icafd7d0606ea199bdd8eac902b40459694b7f5a4 Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
This commit is contained in:
@@ -516,6 +516,23 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&u2phy {
|
||||
status = "okay";
|
||||
|
||||
u2phy_host: host-port {
|
||||
phy-supply = <&vcc_host>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
&usb_host0_ehci {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&usb_host0_ohci {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&mailbox {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user