ath79: add missing usb-phy-analog reset to usb phys for QCA955x
authorINAGAKI Hiroshi <musashino.open@gmail.com>
Thu, 27 Jun 2024 06:51:34 +0000 (15:51 +0900)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 19 Oct 2024 15:56:46 +0000 (17:56 +0200)
Add missing reset bits of USB phys on QCA955x SoCs to qca955x.dtsi to
handle them.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16297
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/ath79/dts/qca955x.dtsi

index c6cf83d4dafe9434697a907246b3b81d0f34b08b..f8318b8f65dc08c88e5df7a30e11735c03e8c1fe 100644 (file)
@@ -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>;