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>
This commit is contained in:
parent
929b3d0e52
commit
9f1f918aed
@ -121,7 +121,7 @@
|
|||||||
interrupts = <3>;
|
interrupts = <3>;
|
||||||
resets = <&rst 5>;
|
resets = <&rst 5>;
|
||||||
|
|
||||||
phy-names = "usb";
|
phy-names = "usb-phy";
|
||||||
phys = <&usb_phy>;
|
phys = <&usb_phy>;
|
||||||
|
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user