]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ath79: fix chipidea usb controller detection 18230/head
authorSimonas Tamošaitis <simsasss@gmail.com>
Wed, 12 Mar 2025 09:49:10 +0000 (11:49 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 17 Mar 2025 14:23:45 +0000 (15:23 +0100)
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@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/18230
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/ath79/dts/ar9330.dtsi

index e13e3fd5aa1b9bc4e10151b1ef928446249314e2..e4d78b9251cefbec0bf91f94cbb5c6144f65b171 100644 (file)
                        interrupts = <3>;
                        resets = <&rst 5>;
 
-                       phy-names = "usb";
+                       phy-names = "usb-phy";
                        phys = <&usb_phy>;
 
                        status = "disabled";