소스 검색

ath79: add missing usb-phy-analog reset to usb phys for QCA955x

Add missing reset bits of USB phys on QCA955x SoCs to qca955x.dtsi to
handle them.

Signed-off-by: INAGAKI Hiroshi <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/16297
Signed-off-by: Hauke Mehrtens <[email protected]>
INAGAKI Hiroshi 1 년 전
부모
커밋
bffa206fd3
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      target/linux/ath79/dts/qca955x.dtsi

+ 4 - 4
target/linux/ath79/dts/qca955x.dtsi

@@ -64,8 +64,8 @@
 				compatible ="qca,qca9550-usb-phy", "qca,ar7200-usb-phy";
 				reg = <0x18030000 4>, <0x18030004 4>;
 
-				reset-names = "usb-phy", "usb-suspend-override";
-				resets = <&rst 4>, <&rst 3>;
+				reset-names = "usb-phy-analog", "usb-phy", "usb-suspend-override";
+				resets = <&rst 11>, <&rst 4>, <&rst 3>;
 
 				#phy-cells = <0>;
 
@@ -76,8 +76,8 @@
 				compatible = "qca,qca9550-usb-phy", "qca,ar7200-usb-phy";
 				reg = <0x18030010 4>, <0x18030014 4>;
 
-				reset-names = "usb-phy", "usb-suspend-override";
-				resets = <&rst2 4>, <&rst2 3>;
+				reset-names = "usb-phy-analog", "usb-phy", "usb-suspend-override";
+				resets = <&rst2 11>, <&rst2 4>, <&rst2 3>;
 
 				#phy-cells = <0>;