arm64: dts: rockchip: rk3326-evb-lp3-v10: enable USB controllers
Enable DWC2 controller, EHCI controller, OHCI controller and USB PHY. Change-Id: I6c1fe5f9f074352f2a18db6337a855cf7d8089f2 Signed-off-by: Meng Dongyang <daniel.meng@rock-chips.com>
This commit is contained in:
parent
86c51b0eac
commit
a1aacd7186
1 changed files with 24 additions and 0 deletions
|
|
@ -378,6 +378,30 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
&u2phy {
|
||||
status = "okay";
|
||||
|
||||
u2phy_host: host-port {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
u2phy_otg: otg-port {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
&usb20_otg {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&usb_host0_ehci {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&usb_host0_ohci {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&vopb {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue