mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2025-12-17 09:16:59 +00:00
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:
parent
de8eb38db8
commit
295601b0d4
@ -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";
|
||||
};
|
||||
|
||||
|
||||
@ -257,9 +257,6 @@
|
||||
};
|
||||
|
||||
&ssusb {
|
||||
mediatek,u3p-dis-msk=<0>;
|
||||
phys = <&tphyu2port0 PHY_TYPE_USB2>,
|
||||
<&tphyu3port0 PHY_TYPE_USB3>;
|
||||
status = "okay";
|
||||
|
||||
/*
|
||||
|
||||
@ -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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user