mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-30 10:39:04 +00:00
ath79: add usb-phy-analog to reset list in qca953x.dtsi
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>
This commit is contained in:
parent
83b5fbddf2
commit
3928f6ae5c
@ -60,8 +60,8 @@
|
|||||||
reg = <0x18030000 0x100>;
|
reg = <0x18030000 0x100>;
|
||||||
#phy-cells = <0>;
|
#phy-cells = <0>;
|
||||||
|
|
||||||
reset-names = "usb-phy", "usb-suspend-override";
|
reset-names = "usb-phy-analog", "usb-phy", "usb-suspend-override";
|
||||||
resets = <&rst 4>, <&rst 3>;
|
resets = <&rst 11>, <&rst 4>, <&rst 3>;
|
||||||
|
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user