diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2017-03-09 17:52:46 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-03-23 06:46:52 +0300 |
commit | c34cd35ed98ffc2c6312c7fd19acd2bad55ff045 (patch) | |
tree | 5e325a4d0438826634ed1c4dd0f55e913fd91b55 /arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts | |
parent | b03c7d6438bbf59b559c3fe219a74d7a86bc6310 (diff) | |
download | linux-c34cd35ed98ffc2c6312c7fd19acd2bad55ff045.tar.xz |
ARM64: dts: meson-gxbb-odroidc2: Fix TFLASH VDD regulator GPIO line
The wrong GPIO line was provided here.
Fixes: ef8d2ffedf18 ("ARM64: dts: meson-gxbb: add MMC support")
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts b/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts index a266578554cb..76cc970cc4aa 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts @@ -96,7 +96,7 @@ regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; - gpio = <&gpio_ao GPIOAO_12 GPIO_ACTIVE_HIGH>; + gpio = <&gpio GPIOY_12 GPIO_ACTIVE_HIGH>; enable-active-high; }; |