[openwrt/openwrt] ath79: add missing usb-phy-analog reset to usb phys for QCA955x
LEDE Commits
lede-commits at lists.infradead.org
Sat Oct 19 08:57:45 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/bffa206fd34cce7de31ddf2b8d997c2e42b83614
commit bffa206fd34cce7de31ddf2b8d997c2e42b83614
Author: INAGAKI Hiroshi <musashino.open at gmail.com>
AuthorDate: Thu Jun 27 15:51:34 2024 +0900
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 at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16297
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/ath79/dts/qca955x.dtsi | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/target/linux/ath79/dts/qca955x.dtsi b/target/linux/ath79/dts/qca955x.dtsi
index c6cf83d4da..f8318b8f65 100644
--- a/target/linux/ath79/dts/qca955x.dtsi
+++ b/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>;
More information about the lede-commits
mailing list