Skip to content

Commit

Permalink
ARM: dts: dra7-evm: Add mmc1 node for micro-sd support
Browse files Browse the repository at this point in the history
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: Balaji T K <balajitk@ti.com>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
  • Loading branch information
Balaji T K authored and Benoit Cousson committed Oct 11, 2013
1 parent 8658337 commit bf1788d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/dra7-evm.dts
Original file line number Diff line number Diff line change
Expand Up @@ -250,3 +250,9 @@
pinctrl-names = "default";
pinctrl-0 = <&uart3_pins>;
};

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

0 comments on commit bf1788d

Please sign in to comment.