Commit 61bd7896 authored by Felipe Balbi's avatar Felipe Balbi Committed by Tony Lindgren

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: default avatarFelipe Balbi <balbi@kernel.org>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 60fca6b2
......@@ -1324,7 +1324,6 @@ usb1: usb@48890000 {
"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 @@ usb2: usb@488d0000 {
"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 @@ usb3: usb@48910000 {
interrupt-names = "peripheral",
"host",
"otg";
tx-fifo-resize;
maximum-speed = "high-speed";
dr_mode = "otg";
snps,dis_u3_susphy_quirk;
......
......@@ -76,7 +76,6 @@ usb4: usb@48950000 {
interrupt-names = "peripheral",
"host",
"otg";
tx-fifo-resize;
maximum-speed = "high-speed";
dr_mode = "otg";
};
......
......@@ -873,7 +873,6 @@ dwc3@4a030000 {
phys = <&usb2_phy>, <&usb3_phy>;
phy-names = "usb2-phy", "usb3-phy";
dr_mode = "peripheral";
tx-fifo-resize;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment