mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 09:26:28 +00:00
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 <musashino.open@gmail.com> Link: https://github.com/openwrt/openwrt/pull/16297 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
1043aa8ac2
commit
bffa206fd3
@ -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>;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user