diff options
author | Hans de Goede <hdegoede@redhat.com> | 2016-03-14 19:32:24 +0300 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-03-27 17:15:04 +0300 |
commit | cbed866e57bad958ccbf8ba2b13c987bd1167de3 (patch) | |
tree | 62fdb8ccbee42b90ce5fd51802644808c4302924 /arch/arm/boot | |
parent | 388bc9a70fddef3102992d70d45e57e5b3beb496 (diff) | |
download | linux-cbed866e57bad958ccbf8ba2b13c987bd1167de3.tar.xz |
ARM: dts: sun8i: Fix regulator for mmc0 for sun8i-a23-gt90h-v4
Address the FIXME comment in sun8i-a23-gt90h-v4.dts now that we've
proper regulator support.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/sun8i-a23-gt90h-v4.dts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/sun8i-a23-gt90h-v4.dts b/arch/arm/boot/dts/sun8i-a23-gt90h-v4.dts index 1d68f5ce1890..b2ce284a65a2 100644 --- a/arch/arm/boot/dts/sun8i-a23-gt90h-v4.dts +++ b/arch/arm/boot/dts/sun8i-a23-gt90h-v4.dts @@ -117,8 +117,7 @@ &mmc0 { pinctrl-names = "default"; pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_gt90h>; - /* FIXME this really is aldo1, correct once we've pmic support */ - vmmc-supply = <®_vcc3v0>; + vmmc-supply = <®_aldo1>; bus-width = <4>; cd-gpios = <&pio 1 4 GPIO_ACTIVE_HIGH>; /* PB4 */ cd-inverted; |