]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
siflower: sf21: fix usb_vbus for Bananapi BPI-RV2 19698/head
authorAndrey Safonov <andrey.safonov@gmail.com>
Wed, 6 Aug 2025 20:47:28 +0000 (23:47 +0300)
committerRobert Marko <robimarko@gmail.com>
Sun, 10 Aug 2025 19:51:17 +0000 (21:51 +0200)
Add usb_vbus ref to usb device.

Signed-off-by: Andrey Safonov <andrey.safonov@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19698
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/siflower/dts/sf21h8898_bananapi_bpi-rv2.dtsi

index cb3ed58d5afdd51edd792b9b340aa51aa4b36c38..ec2b19e07d833f87210bc37abf2f50faf8b041b8 100644 (file)
 };
 
 &usb {
+       vbus-supply = <&usb_vbus>;
        status = "okay";
 };