diff options
author | Felipe Balbi <balbi@kernel.org> | 2016-02-04 12:18:02 (GMT) |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-02-12 22:26:26 (GMT) |
commit | 61bd7896520df15bc6bb57fe861f35cc6ad0e075 (patch) | |
tree | 17be5868293c18f3f7c13228f2981a01320eaf2d /arch/arm/boot/dts/dra7.dtsi | |
parent | 60fca6b2fdac8d8463799b2c9b0d36845864ed99 (diff) | |
download | linux-61bd7896520df15bc6bb57fe861f35cc6ad0e075.tar.xz |
ARM: dts: remove deprecated property dwc3
DWC3's tx-fifo-resize property has been deprecated
because of it being unnecessary to any HW other than
OMAP5 ES1.0.
Signed-off-by: Felipe Balbi <balbi@kernel.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dra7.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dra7.dtsi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi index 3d1426b..e2a90aa 100644 --- a/arch/arm/boot/dts/dra7.dtsi +++ b/arch/arm/boot/dts/dra7.dtsi @@ -1324,7 +1324,6 @@ "otg"; phys = <&usb2_phy1>, <&usb3_phy1>; phy-names = "usb2-phy", "usb3-phy"; - tx-fifo-resize; maximum-speed = "super-speed"; dr_mode = "otg"; snps,dis_u3_susphy_quirk; @@ -1352,7 +1351,6 @@ "otg"; phys = <&usb2_phy2>; phy-names = "usb2-phy"; - tx-fifo-resize; maximum-speed = "high-speed"; dr_mode = "otg"; snps,dis_u3_susphy_quirk; @@ -1380,7 +1378,6 @@ interrupt-names = "peripheral", "host", "otg"; - tx-fifo-resize; maximum-speed = "high-speed"; dr_mode = "otg"; snps,dis_u3_susphy_quirk; |