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

Commit 0ae6f9ee authored by Enric Balletbo i Serra's avatar Enric Balletbo i Serra Committed by Benoit Cousson
Browse files

ARM: dts: igep0033: Add mmc1 node for SDCARD support.



Add mmc1 dt node to IGEP COM AQUILA board.

Signed-off-by: default avatarEnric Balletbo i Serra <eballetbo@gmail.com>
Signed-off-by: default avatarBenoit Cousson <bcousson@baylibre.com>
parent b9c95bf4
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -44,6 +44,13 @@
		regulator-max-microvolt = <5000000>;
		regulator-boot-on;
	};

	vmmc: fixedregulator@0 {
		compatible = "regulator-fixed";
		regulator-name = "vmmc";
		regulator-min-microvolt = <3300000>;
		regulator-max-microvolt = <3300000>;
	};
};

&am33xx_pinmux {
@@ -180,6 +187,12 @@
	};
};

&mmc1 {
	status = "okay";
	vmmc-supply = <&vmmc>;
	bus-width = <4>;
};

&uart0 {
	status = "okay";
	pinctrl-names = "default";