forked from Ivasoft/openwrt
ipq806x: switch to upstream usb driver and backport fixes
Also removing fifo-resize property drom DT as it has been removed from the driver. Signed-off-by: Pavel Kubelun <be.dissent@gmail.com>
This commit is contained in:
committed by
John Crispin
parent
6e65576f2d
commit
70434c3f94
@@ -790,7 +790,6 @@
|
||||
interrupts = <0 110 0x4>;
|
||||
phys = <&hs_phy_0>, <&ss_phy_0>;
|
||||
phy-names = "usb2-phy", "usb3-phy";
|
||||
tx-fifo-resize;
|
||||
dr_mode = "host";
|
||||
};
|
||||
};
|
||||
@@ -812,7 +811,6 @@
|
||||
interrupts = <0 205 0x4>;
|
||||
phys = <&hs_phy_1>, <&ss_phy_1>;
|
||||
phy-names = "usb2-phy", "usb3-phy";
|
||||
tx-fifo-resize;
|
||||
dr_mode = "host";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user