Skip to content

Commit 4e025fd

Browse files
superna9999khilman
authored andcommitted
arm64: dts: meson-g12b-ugoos-am6: fix usb vbus-supply
The USB supply used the wrong property, fixing: meson-g12b-ugoos-am6.dt.yaml: usb@ffe09000: 'vbus-regulator' does not match any of the regexes: '^usb@[0-9a-f]+$', 'pinctrl-[0-9]+' Fixes: 2cd2310 ("arm64: dts: meson-g12b-ugoos-am6: add initial device-tree") Signed-off-by: Neil Armstrong <[email protected]> Signed-off-by: Kevin Hilman <[email protected]> Reviewed-by: Martin Blumenstingl <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 8f3d9f3 commit 4e025fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/amlogic/meson-g12b-ugoos-am6.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@
545545
&usb {
546546
status = "okay";
547547
dr_mode = "host";
548-
vbus-regulator = <&usb_pwr_en>;
548+
vbus-supply = <&usb_pwr_en>;
549549
};
550550

551551
&usb2_phy0 {

0 commit comments

Comments
 (0)