소스 검색

arm: boot: dts: dra7: enable dwc3 suspend PHY quirk

Whenever Suspend PHY bit is set on DRA7x devices,
USB will not work due to Set EP Configuration command
always failing.

This was only found after a recent commit 2164a47 (usb:
dwc3: set SUSPHY bit for all cores, which will be merged
for v3.19) added a missing *required* step to dwc3
initialization. Synopsys Databook requires that we enable
Suspend PHY bit after initialization but that, unfortunately,
breaks DRA7x.

Note that the same regression was already patched for AM437x.

Reported-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Felipe Balbi 10 년 전
부모
커밋
8c6067355f
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      arch/arm/boot/dts/dra7.dtsi

+ 6 - 0
arch/arm/boot/dts/dra7.dtsi

@@ -1257,6 +1257,8 @@
 				tx-fifo-resize;
 				tx-fifo-resize;
 				maximum-speed = "super-speed";
 				maximum-speed = "super-speed";
 				dr_mode = "otg";
 				dr_mode = "otg";
+				snps,dis_u3_susphy_quirk;
+				snps,dis_u2_susphy_quirk;
 			};
 			};
 		};
 		};
 
 
@@ -1278,6 +1280,8 @@
 				tx-fifo-resize;
 				tx-fifo-resize;
 				maximum-speed = "high-speed";
 				maximum-speed = "high-speed";
 				dr_mode = "otg";
 				dr_mode = "otg";
+				snps,dis_u3_susphy_quirk;
+				snps,dis_u2_susphy_quirk;
 			};
 			};
 		};
 		};
 
 
@@ -1299,6 +1303,8 @@
 				tx-fifo-resize;
 				tx-fifo-resize;
 				maximum-speed = "high-speed";
 				maximum-speed = "high-speed";
 				dr_mode = "otg";
 				dr_mode = "otg";
+				snps,dis_u3_susphy_quirk;
+				snps,dis_u2_susphy_quirk;
 			};
 			};
 		};
 		};