diff options
author | Balaji T K <balajitk@ti.com> | 2013-10-07 20:25:03 +0400 |
---|---|---|
committer | Benoit Cousson <bcousson@baylibre.com> | 2013-10-11 23:14:32 +0400 |
commit | bf1788df8f99e5bcd8e9e0bbdacaf193ca2cbb68 (patch) | |
tree | 28d2aff0be2de96a84d8359f2eb68824335ebdb7 /arch/arm/boot/dts/dra7-evm.dts | |
parent | 86583375aaf76fb2a03085100bbc3123c6ced559 (diff) | |
download | linux-bf1788df8f99e5bcd8e9e0bbdacaf193ca2cbb68.tar.xz |
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: Balaji T K <balajitk@ti.com>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
Diffstat (limited to 'arch/arm/boot/dts/dra7-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/dra7-evm.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts index fbbe40625508..65cd15a92cb1 100644 --- a/arch/arm/boot/dts/dra7-evm.dts +++ b/arch/arm/boot/dts/dra7-evm.dts @@ -250,3 +250,9 @@ pinctrl-names = "default"; pinctrl-0 = <&uart3_pins>; }; + +&mmc1 { + status = "okay"; + vmmc-supply = <&ldo1_reg>; + bus-width = <4>; +}; |