arm64: dts: meson-g12b-ugoos-am6: fix usb vbus-supply
authorNeil Armstrong <narmstrong@baylibre.com>
Thu, 26 Mar 2020 16:08:56 +0000 (17:08 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 May 2020 06:22:32 +0000 (08:22 +0200)
commit 4e025fd91ba32a16ed8131158aa63cd37d141cbb upstream.

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: 2cd2310fca4c ("arm64: dts: meson-g12b-ugoos-am6: add initial device-tree")
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Link: https://lore.kernel.org/r/20200326160857.11929-2-narmstrong@baylibre.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm64/boot/dts/amlogic/meson-g12b-ugoos-am6.dts

index ccd0bced01e81e8fb8435104125f12dcec65e3d2..2e66d6418a5994e7882a21e1fe69710373c07711 100644 (file)
 &usb {
        status = "okay";
        dr_mode = "host";
-       vbus-regulator = <&usb_pwr_en>;
+       vbus-supply = <&usb_pwr_en>;
 };
 
 &usb2_phy0 {