diff options
author | Roger Quadros <rogerq@ti.com> | 2018-05-29 05:00:54 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-07-02 07:01:28 -0400 |
commit | 07eaa43e66f505980d00e0f5fe697f3da7c6a730 (patch) | |
tree | db88729bb91502c92b0845d1c82125e7b82087f4 | |
parent | 49a6ec5b807ea4ad7ebe1f58080ebb8497cb2d2c (diff) |
ARM: dts: dra7: Disable metastability workaround for USB2
Disable the metastability workaround for USB2. The original
patch disabled the workaround on the wrong USB port.
Fixes: b8c9c6fa2002 ("ARM: dts: dra7: Disable USB metastability workaround for USB2")
Cc: <stable@vger.kernel.org> [4.16+]
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/dra7.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi index 9dcd14edc202..e03495a799ce 100644 --- a/arch/arm/boot/dts/dra7.dtsi +++ b/arch/arm/boot/dts/dra7.dtsi | |||
@@ -1580,7 +1580,6 @@ | |||
1580 | dr_mode = "otg"; | 1580 | dr_mode = "otg"; |
1581 | snps,dis_u3_susphy_quirk; | 1581 | snps,dis_u3_susphy_quirk; |
1582 | snps,dis_u2_susphy_quirk; | 1582 | snps,dis_u2_susphy_quirk; |
1583 | snps,dis_metastability_quirk; | ||
1584 | }; | 1583 | }; |
1585 | }; | 1584 | }; |
1586 | 1585 | ||
@@ -1608,6 +1607,7 @@ | |||
1608 | dr_mode = "otg"; | 1607 | dr_mode = "otg"; |
1609 | snps,dis_u3_susphy_quirk; | 1608 | snps,dis_u3_susphy_quirk; |
1610 | snps,dis_u2_susphy_quirk; | 1609 | snps,dis_u2_susphy_quirk; |
1610 | snps,dis_metastability_quirk; | ||
1611 | }; | 1611 | }; |
1612 | }; | 1612 | }; |
1613 | 1613 | ||