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>
status = "okay";
};
-&ssusb0 {
- status = "okay";
-};
-
&ssusb1 {
+ mediatek,u3p-dis-msk = <0x1>;
status = "okay";
};
/* DA14531MOD Bluetooth */
};
-
-&xsphy {
- status = "okay";
-};