1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 14:08:17 +02:00

mediatek: mt7981: usb enable 3.0 by default

There is no reason to limit USB to 2.0 mode
by default, delete this limit.

Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
This commit is contained in:
Chukun Pan 2023-05-01 23:20:28 +08:00 committed by Daniel Golle
parent c2d194a34e
commit b2beb4c688

@ -640,7 +640,6 @@
phys = <&u2port0 PHY_TYPE_USB2>, phys = <&u2port0 PHY_TYPE_USB2>,
<&u3port0 PHY_TYPE_USB3>; <&u3port0 PHY_TYPE_USB3>;
vusb33-supply = <&reg_3p3v>; vusb33-supply = <&reg_3p3v>;
mediatek,u3p-dis-msk = <0x01>;
status = "disabled"; status = "disabled";
}; };