projects
/
openwrt
/
staging
/
svanheule.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
929b3d0
)
ath79: fix chipidea usb controller detection
author
Simonas Tamošaitis
<
[email protected]
>
Wed, 12 Mar 2025 09:49:10 +0000
(11:49 +0200)
committer
Hauke Mehrtens
<
[email protected]
>
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 <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/18230
Signed-off-by: Hauke Mehrtens <
[email protected]
>
target/linux/ath79/dts/ar9330.dtsi
patch
|
blob
|
history
diff --git
a/target/linux/ath79/dts/ar9330.dtsi
b/target/linux/ath79/dts/ar9330.dtsi
index e13e3fd5aa1b9bc4e10151b1ef928446249314e2..e4d78b9251cefbec0bf91f94cbb5c6144f65b171 100644
(file)
--- 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";