diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2020-03-26 17:08:56 +0100 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2020-04-29 20:22:19 +0200 |
commit | 4e025fd91ba32a16ed8131158aa63cd37d141cbb (patch) | |
tree | 2f909ef5fcbb827d7d9e0e00d1e304f0c3513cfc /arch/arm64/boot/dts/amlogic | |
parent | Linux 5.7-rc1 (diff) | |
download | linux-4e025fd91ba32a16ed8131158aa63cd37d141cbb.tar.xz linux-4e025fd91ba32a16ed8131158aa63cd37d141cbb.zip |
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: 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
Diffstat (limited to 'arch/arm64/boot/dts/amlogic')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-g12b-ugoos-am6.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12b-ugoos-am6.dts b/arch/arm64/boot/dts/amlogic/meson-g12b-ugoos-am6.dts index 325e448eb09c..06c5430eb92d 100644 --- a/arch/arm64/boot/dts/amlogic/meson-g12b-ugoos-am6.dts +++ b/arch/arm64/boot/dts/amlogic/meson-g12b-ugoos-am6.dts @@ -545,7 +545,7 @@ &usb { status = "okay"; dr_mode = "host"; - vbus-regulator = <&usb_pwr_en>; + vbus-supply = <&usb_pwr_en>; }; &usb2_phy0 { |