Skip to content

Commit 3ba92e0

Browse files
committed
airoha: an7581: correctly attach the USB2 PHY for 3rd PCIe line
The 3rd PCIe line use the USB2 serdes for PCIe operation. Correctly set it to the DT node so that the mode can be correctly set in the PHY driver. Signed-off-by: Christian Marangi <[email protected]>
1 parent 3db72b7 commit 3ba92e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

target/linux/airoha/dts/an7581.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@
780780
clocks = <&scuclk EN7523_CLK_PCIE>;
781781
clock-names = "sys-ck";
782782

783-
phys = <&pciephy>;
783+
phys = <&usb1_phy PHY_TYPE_USB3>;
784784
phy-names = "pcie-phy";
785785

786786
ranges = <0x02000000 0 0x28000000 0x0 0x28000000 0 0x4000000>;

0 commit comments

Comments
 (0)