[][MT7986B RFB board should be wired with USB port3]

[Description]
Fix MT7986B RFB board can't access USB 2.0 device
MT7986B RFB board should be wired with USB port3 instead of port2

[Release-log]
N/A

Change-Id: Ic62c6fb8c206614d974100766b398dbec54dbfd9
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/5316706
diff --git a/target/linux/mediatek/files-5.4/arch/arm64/boot/dts/mediatek/mt7986b.dtsi b/target/linux/mediatek/files-5.4/arch/arm64/boot/dts/mediatek/mt7986b.dtsi
index ea68d09..dfa43ed 100644
--- a/target/linux/mediatek/files-5.4/arch/arm64/boot/dts/mediatek/mt7986b.dtsi
+++ b/target/linux/mediatek/files-5.4/arch/arm64/boot/dts/mediatek/mt7986b.dtsi
@@ -532,8 +532,7 @@
 		      <0 0x11203e00 0 0x0100>;
 		reg-names = "mac", "ippc";
 		interrupts = <GIC_SPI 173 IRQ_TYPE_LEVEL_HIGH>;
-		phys = <&u2port0 PHY_TYPE_USB2>,
-		       <&u3port0 PHY_TYPE_USB3>,
+		phys = <&u3port0 PHY_TYPE_USB3>,
 		       <&u2port1 PHY_TYPE_USB2>;
 		clocks = <&system_clk>,
 			 <&system_clk>,
@@ -563,7 +562,7 @@
 			clocks = <&system_clk>;
 			clock-names = "ref";
 			#phy-cells = <1>;
-			status = "okay";
+			status = "disabled";
 		};
 
 		u3port0: usb-phy@11e10700 {
@@ -579,7 +578,7 @@
 			clocks = <&system_clk>;
 			clock-names = "ref";
 			#phy-cells = <1>;
-			status = "disabled";
+			status = "okay";
 		};
 	};