mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-08 14:30:41 +01: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
3 changed files with 5 additions and 9 deletions
|
|
@ -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…
Add table
Reference in a new issue