ath79: add usb-phy-analog to reset list in qca953x.dtsi
authorJinfan Lei <153869379@qq.com>
Mon, 27 Dec 2021 02:27:55 +0000 (10:27 +0800)
committerChristian Lamparter <chunkeey@gmail.com>
Wed, 29 Dec 2021 21:55:16 +0000 (22:55 +0100)
On startup the USB of QCA9531 board can't be initialized successfully.

lsusb result as below:
root@OpenWrt:~# lsusb unable to initialize libusb: -99

This is because usb-phy-analog is not added to reset list.

Signed-off-by: Jinfan Lei <153869379@qq.com>
(added linebreaks and small little changes to the commit message)
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
target/linux/ath79/dts/qca953x.dtsi

index 6df0941eefc32134b8b4c65b3e8c281838710379..745c736b745ddc8a897419c781f3a795d1df3190 100644 (file)
@@ -60,8 +60,8 @@
                                reg = <0x18030000 0x100>;
                                #phy-cells = <0>;
 
-                               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>;
 
                                status = "disabled";
                        };