[openwrt/openwrt] ath79: fix chipidea usb controller detection

LEDE Commits lede-commits at lists.infradead.org
Mon Mar 17 07:25:14 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/9f1f918aed6d530add666d116303214deaee8236

commit 9f1f918aed6d530add666d116303214deaee8236
Author: Simonas Tamošaitis <simsasss at gmail.com>
AuthorDate: Wed Mar 12 11:49:10 2025 +0200

    ath79: fix chipidea usb controller detection
    
    Devices with chipidea usb controller does not detect usb hub after
    phy-names change to "usb", revert it back to "usb-phy"
    
    Fixes: 787cb9d87edb ("ath79: change phy-names to only usb")
    Signed-off-by: Simonas Tamošaitis <simsasss at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/18230
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/ath79/dts/ar9330.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ath79/dts/ar9330.dtsi b/target/linux/ath79/dts/ar9330.dtsi
index e13e3fd5aa..e4d78b9251 100644
--- a/target/linux/ath79/dts/ar9330.dtsi
+++ b/target/linux/ath79/dts/ar9330.dtsi
@@ -121,7 +121,7 @@
 			interrupts = <3>;
 			resets = <&rst 5>;
 
-			phy-names = "usb";
+			phy-names = "usb-phy";
 			phys = <&usb_phy>;
 
 			status = "disabled";




More information about the lede-commits mailing list