[openwrt/openwrt] siflower: sf21: fix usb_vbus for Bananapi BPI-RV2

LEDE Commits lede-commits at lists.infradead.org
Sun Aug 10 12:51:20 PDT 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/441b37e2db7a3a49beadef8a99f1c7d41ce1c879

commit 441b37e2db7a3a49beadef8a99f1c7d41ce1c879
Author: Andrey Safonov <andrey.safonov at gmail.com>
AuthorDate: Wed Aug 6 23:47:28 2025 +0300

    siflower: sf21: fix usb_vbus for Bananapi BPI-RV2
    
    Add usb_vbus ref to usb device.
    
    Signed-off-by: Andrey Safonov <andrey.safonov at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/19698
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 target/linux/siflower/dts/sf21h8898_bananapi_bpi-rv2.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/siflower/dts/sf21h8898_bananapi_bpi-rv2.dtsi b/target/linux/siflower/dts/sf21h8898_bananapi_bpi-rv2.dtsi
index cb3ed58d5a..ec2b19e07d 100644
--- a/target/linux/siflower/dts/sf21h8898_bananapi_bpi-rv2.dtsi
+++ b/target/linux/siflower/dts/sf21h8898_bananapi_bpi-rv2.dtsi
@@ -194,6 +194,7 @@
 };
 
 &usb {
+	vbus-supply = <&usb_vbus>;
 	status = "okay";
 };
 




More information about the lede-commits mailing list