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 <[email protected]>
"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";
};
};
&ssusb {
- mediatek,u3p-dis-msk=<0>;
- phys = <&tphyu2port0 PHY_TYPE_USB2>,
- <&tphyu3port0 PHY_TYPE_USB3>;
status = "okay";
/*
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>;
};
};
};
-