mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
arm64: dts: rockchip: rk3562-test2: enable usb nodes
This enable usb20-otg. Signed-off-by: Jake Wu <jake.wu@rock-chips.com> Signed-off-by: William Wu <william.wu@rock-chips.com> Change-Id: I82a8e1417a7e4318e77d19504365bdd5908cbf3e
This commit is contained in:
@@ -89,3 +89,27 @@
|
||||
&pwm6 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&u2phy {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&u2phy_otg {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&usbdrd30 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&usbdrd_dwc3 {
|
||||
status = "okay";
|
||||
dr_mode = "otg";
|
||||
extcon = <&u2phy>;
|
||||
maximum-speed = "high-speed";
|
||||
phys = <&u2phy_otg>;
|
||||
phy-names = "usb2-phy";
|
||||
snps,dis_u2_susphy_quirk;
|
||||
snps,usb2-lpm-disable;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user