Skip to content

Commit

Permalink
ARM: dts: dra7: Disable metastability workaround for USB2
Browse files Browse the repository at this point in the history
Disable the metastability workaround for USB2. The original
patch disabled the workaround on the wrong USB port.

Fixes: b8c9c6f ("ARM: dts: dra7: Disable USB metastability workaround for USB2")
Cc: <[email protected]>        [4.16+]
Signed-off-by: Roger Quadros <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
  • Loading branch information
Roger Quadros authored and tmlind committed Jul 2, 2018
1 parent 49a6ec5 commit 07eaa43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/dra7.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1580,7 +1580,6 @@
dr_mode = "otg";
snps,dis_u3_susphy_quirk;
snps,dis_u2_susphy_quirk;
snps,dis_metastability_quirk;
};
};

Expand Down Expand Up @@ -1608,6 +1607,7 @@
dr_mode = "otg";
snps,dis_u3_susphy_quirk;
snps,dis_u2_susphy_quirk;
snps,dis_metastability_quirk;
};
};

Expand Down

0 comments on commit 07eaa43

Please sign in to comment.