]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: sun8i: Fix regulator for mmc0 for sun8i-a23-gt90h-v4
authorHans de Goede <hdegoede@redhat.com>
Mon, 14 Mar 2016 16:32:24 +0000 (17:32 +0100)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sun, 27 Mar 2016 14:15:04 +0000 (16:15 +0200)
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>
arch/arm/boot/dts/sun8i-a23-gt90h-v4.dts

index 1d68f5ce1890cc3f78d7b00e72a50eb93e2290e8..b2ce284a65a23f3d3859dbd1a08993d6ab387c3d 100644 (file)
@@ -117,8 +117,7 @@ button@600 {
 &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 = <&reg_vcc3v0>;
+       vmmc-supply = <&reg_aldo1>;
        bus-width = <4>;
        cd-gpios = <&pio 1 4 GPIO_ACTIVE_HIGH>; /* PB4 */
        cd-inverted;