[openwrt/openwrt] mediatek: routerich be7200: fix usb issue

LEDE Commits lede-commits at lists.infradead.org
Mon Feb 2 15:34:13 PST 2026


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/2651a6ced9e2f59390dc9e0703c9402e123924a5

commit 2651a6ced9e2f59390dc9e0703c9402e123924a5
Author: Mikhail Zhilkin <csharper2005 at gmail.com>
AuthorDate: Fri Jan 30 20:23:09 2026 +0300

    mediatek: routerich be7200: fix usb issue
    
    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: ff5e66a9208a ("mediatek: add support for Routerich BE7200")
    Signed-off-by: Mikhail Zhilkin <csharper2005 at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/21795
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/mediatek/dts/mt7987a-routerich-be7200.dts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/target/linux/mediatek/dts/mt7987a-routerich-be7200.dts b/target/linux/mediatek/dts/mt7987a-routerich-be7200.dts
index adda834ab1..6906b91d67 100644
--- a/target/linux/mediatek/dts/mt7987a-routerich-be7200.dts
+++ b/target/linux/mediatek/dts/mt7987a-routerich-be7200.dts
@@ -453,7 +453,6 @@
 	status = "okay";
 
 	vusb33-supply = <&reg_3p3v>;
-	vbus-supply = <&reg_usb_5v>;
 };
 
 &tphyu3port0 {




More information about the lede-commits mailing list