Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cbed866e authored by Hans de Goede's avatar Hans de Goede Committed by Maxime Ripard
Browse files

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: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 388bc9a7
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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 = <&reg_vcc3v0>;
	vmmc-supply = <&reg_aldo1>;
	bus-width = <4>;
	cd-gpios = <&pio 1 4 GPIO_ACTIVE_HIGH>; /* PB4 */
	cd-inverted;