diff options
author | 2017-03-09 15:52:46 +0100 | |
---|---|---|
committer | 2017-03-22 20:46:52 -0700 | |
commit | c34cd35ed98ffc2c6312c7fd19acd2bad55ff045 (patch) | |
tree | 5e325a4d0438826634ed1c4dd0f55e913fd91b55 | |
parent | ARM64: dts: meson-gxbb-odroidc2: Add GPIO lines names (diff) | |
download | linux-dev-c34cd35ed98ffc2c6312c7fd19acd2bad55ff045.tar.xz linux-dev-c34cd35ed98ffc2c6312c7fd19acd2bad55ff045.zip |
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>
-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; }; |