From 9f1f918aed6d530add666d116303214deaee8236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simonas=20Tamo=C5=A1aitis?= Date: Wed, 12 Mar 2025 11:49:10 +0200 Subject: [PATCH] ath79: fix chipidea usb controller detection MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- 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";