Skip to content

Commit

Permalink
rock-5b-plus: enable PHYs for the USB-C OTG port
Browse files Browse the repository at this point in the history
  • Loading branch information
fridtjof authored and igorpecovnik committed Nov 18, 2024
1 parent a20fa8c commit 2a653f1
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,14 @@
status = "okay";
};

&u2phy0 {
status = "okay";
};

&u2phy0_otg {
status = "okay";
};

&u2phy1 {
status = "okay";
};
Expand Down Expand Up @@ -876,6 +884,10 @@
status = "okay";
};

&usbdp_phy0 {
status = "okay";
};

&usbdp_phy1 {
status = "okay";
};
Expand Down

0 comments on commit 2a653f1

Please sign in to comment.