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

Commit bf1788df authored by Balaji T K's avatar Balaji T K Committed by Benoit Cousson
Browse files

ARM: dts: dra7-evm: Add mmc1 node for micro-sd support



Add mmc1 dt node to dra7-evm board.
Input for ldo1 regulator is controlled by gpio 5 of pcf8575 chip (0x21)
on i2c1 bus. When dt support for gpio-pcf857x is available, input supply
will be modelled as cascaded regulator.

Signed-off-by: default avatarBalaji T K <balajitk@ti.com>
Acked-by: default avatarSekhar Nori <nsekhar@ti.com>
Signed-off-by: default avatarBenoit Cousson <bcousson@baylibre.com>
parent 86583375
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -250,3 +250,9 @@
	pinctrl-names = "default";
	pinctrl-0 = <&uart3_pins>;
};

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