]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
mediatek: filogic: mt-stuart: limit USB to USB2
authorChad Monroe <chad@monroe.io>
Tue, 11 Aug 2026 03:01:34 +0000 (20:01 -0700)
committerJonas Jelonek <jelonek.jonas@gmail.com>
Tue, 11 Aug 2026 20:13:11 +0000 (22:13 +0200)
USB3 SuperSpeed signaling interferes with the 6 GHz radio. Disable
the SuperSpeed port on ssusb1 with mediatek,u3p-dis-msk; the port
then runs at USB2 speed.

Stop enabling ssusb0 and its xs-phy. Nothing connects to them on
these boards.

Signed-off-by: Chad Monroe <chad@monroe.io>
Link: https://github.com/openwrt/openwrt/pull/24352
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
target/linux/mediatek/dts/mt7988a-smartrg-mt-stuart-phase1.dtsi

index a6d31586fde140b636e7d4f5d90dfbc05a3b50ca..5ffdbf3ac84edb6350478c8163c4f3bd0b3c5187 100644 (file)
        status = "okay";
 };
 
-&ssusb0 {
-       status = "okay";
-};
-
 &ssusb1 {
+       mediatek,u3p-dis-msk = <0x1>;
        status = "okay";
 };
 
 
        /* DA14531MOD Bluetooth */
 };
-
-&xsphy {
-       status = "okay";
-};