Skip to content

Commit 6d51c80

Browse files
committed
airoha: an7581: enable USB node on eMMC RFB board
Enable USB node on eMMC RFB board and disable USB2 3.0 port to make the 3rd PCIe line correctly work. This is needed to prevent the xHCI driver to mess with PCIe by configuring the USB2 3.0 port. Port will still be detected but won't be configureed by the driver and won't have PHY to configure for. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
1 parent 3ba92e0 commit 6d51c80

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

target/linux/airoha/dts/an7581-evb-emmc.dts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,17 @@
106106
};
107107
};
108108

109+
&usb0 {
110+
status = "okay";
111+
};
112+
113+
&usb1 {
114+
status = "okay";
115+
116+
mediatek,u3p-dis-msk = <0x1>;
117+
phys = <&usb1_phy PHY_TYPE_USB2>;
118+
};
119+
109120
&mmc0 {
110121
pinctrl-names = "default", "state_uhs";
111122
pinctrl-0 = <&mmc_pins>;

0 commit comments

Comments
 (0)