Skip to content

Commit

Permalink
arm64: dts: turing-rk1: fix USB 2.0 PHY0 OTG
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Riek authored and amazingfate committed Nov 8, 2023
1 parent 4e7f8e8 commit 1fc2925
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions arch/arm64/boot/dts/rockchip/rk3588-turing-rk1.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -536,22 +536,31 @@
};

&u2phy0_otg {
rockchip,sel-pipe-phystatus;
status = "okay";
};

&usbdp_phy0 {
status = "okay";
status = "disabled";
};

&usbdp_phy0_dp {
status = "disabled";
};

&usbdp_phy0_u3 {
status = "okay";
status = "disabled";
};

&usbdrd3_0 {
status = "okay";
};

&usbdrd_dwc3_0 {
dr_mode = "host";
phys = <&u2phy0_otg>;
phy-names = "usb2-phy";
maximum-speed = "high-speed";
extcon = <&u2phy0>;
status = "okay";
};

0 comments on commit 1fc2925

Please sign in to comment.