mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
arm64: dts: rockchip: rv1126bp-evb-v14: Add USB2.0
Signed-off-by: William Wu <william.wu@rock-chips.com> Change-Id: I787a2a556067128c6c7e0ad4245d07a2002391c5
This commit is contained in:
@@ -302,6 +302,8 @@
|
||||
};
|
||||
|
||||
vcc5v0_host: SWITCH_REG1 {
|
||||
regulator-always-on;
|
||||
regulator-boot-on;
|
||||
regulator-name = "vcc5v0_host";
|
||||
};
|
||||
|
||||
@@ -358,3 +360,17 @@
|
||||
&sai0_mclkout {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&usb2phy_host {
|
||||
phy-supply = <&vcc5v0_host>;
|
||||
};
|
||||
|
||||
&usb_drd_dwc3 {
|
||||
extcon = <&usb2phy>;
|
||||
phys = <&usb2phy_otg>;
|
||||
phy-names = "usb2-phy";
|
||||
maximum-speed = "high-speed";
|
||||
snps,dis_u2_susphy_quirk;
|
||||
snps,usb2-lpm-disable;
|
||||
snps,usb2-gadget-lpm-disable;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user