mediatek: mt7987: enable usb 3.0 by default

There is no reason to limit USB to 2.0 mode by default. This
limitation should be done when both gmac2 and USB are enabled.

Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
This commit is contained in:
Chukun Pan 2025-11-06 22:20:30 +08:00 committed by Daniel Golle
parent de8eb38db8
commit 295601b0d4
3 changed files with 5 additions and 9 deletions

View File

@ -858,9 +858,10 @@
"dma_ck";
#address-cells = <2>;
#size-cells = <2>;
phys = <&tphyu2port0 PHY_TYPE_USB2>;
mediatek,u3p-dis-msk = <0x0>;
phys = <&tphyu2port0 PHY_TYPE_USB2>,
<&tphyu3port0 PHY_TYPE_USB3>;
usb2-lpm-disable;
mediatek,u3p-dis-msk=<1>;
status = "disabled";
};

View File

@ -257,9 +257,6 @@
};
&ssusb {
mediatek,u3p-dis-msk=<0>;
phys = <&tphyu2port0 PHY_TYPE_USB2>,
<&tphyu3port0 PHY_TYPE_USB3>;
status = "okay";
/*

View File

@ -16,10 +16,8 @@
fragment@1 {
target-path = "/soc/usb@11200000";
__overlay__ {
phys = <&tphyu2port0 PHY_TYPE_USB2>,
<&tphyu3port0 PHY_TYPE_USB3>;
mediatek,u3p-dis-msk=<0>;
mediatek,u3p-dis-msk = <0x1>;
phys = <&tphyu2port0 PHY_TYPE_USB2>;
};
};
};