mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
mediatek: routerich be7200: fix usb issue
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
This commit fixes non-working USB port: --- [ 5.294036] xhci-mtk 11200000.usb: error -EPERM: Failed to get supply 'vbus' [ 5.301163] xhci-mtk 11200000.usb: error -EPERM: Failed to get regulators [ 5.307938] xhci-mtk 11200000.usb: probe with driver xhci-mtk failed with error -1 --- While testing the USB power on/off functionality during the previous commit, I didn't sufficiently test the actual operation of the USB devices. Fixes:ff5e66a920("mediatek: add support for Routerich BE7200") Signed-off-by: Mikhail Zhilkin <csharper2005@gmail.com> Link: https://github.com/openwrt/openwrt/pull/21795 (cherry picked from commit2651a6ced9) Signed-off-by: Mikhail Zhilkin <csharper2005@gmail.com> Link: https://github.com/openwrt/openwrt/pull/21882 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
cb209ad0d4
commit
5f1b0fbf9b
1 changed files with 0 additions and 1 deletions
|
|
@ -453,7 +453,6 @@
|
|||
status = "okay";
|
||||
|
||||
vusb33-supply = <®_3p3v>;
|
||||
vbus-supply = <®_usb_5v>;
|
||||
};
|
||||
|
||||
&tphyu3port0 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue