From: Simonas Tamošaitis Date: Wed, 12 Mar 2025 09:49:10 +0000 (+0200) Subject: ath79: fix chipidea usb controller detection X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F18230%2Fhead;p=thirdparty%2Fopenwrt.git 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 Link: https://github.com/openwrt/openwrt/pull/18230 Signed-off-by: Hauke Mehrtens --- diff --git a/target/linux/ath79/dts/ar9330.dtsi b/target/linux/ath79/dts/ar9330.dtsi index e13e3fd5aa1..e4d78b9251c 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";