summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimonas Tamošaitis2025-03-12 09:49:10 +0000
committerHauke Mehrtens2025-03-17 14:23:45 +0000
commit9f1f918aed6d530add666d116303214deaee8236 (patch)
tree9ef9bc973f67ff901bb3642e3efe40f9e757a8f1
parent929b3d0e52f166dc2c9bcfa1235fa7fb3bd0bac6 (diff)
downloadopenwrt-9f1f918aed6d530add666d116303214deaee8236.tar.gz
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@gmail.com> Link: https://github.com/openwrt/openwrt/pull/18230 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--target/linux/ath79/dts/ar9330.dtsi2
1 files changed, 1 insertions, 1 deletions
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";