diff options
author | Balaji T K <balajitk@ti.com> | 2013-10-07 12:25:03 -0400 |
---|---|---|
committer | Benoit Cousson <bcousson@baylibre.com> | 2013-10-11 15:14:32 -0400 |
commit | bf1788df8f99e5bcd8e9e0bbdacaf193ca2cbb68 (patch) | |
tree | 28d2aff0be2de96a84d8359f2eb68824335ebdb7 | |
parent | 86583375aaf76fb2a03085100bbc3123c6ced559 (diff) |
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>
-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 @@ | |||
250 | pinctrl-names = "default"; | 250 | pinctrl-names = "default"; |
251 | pinctrl-0 = <&uart3_pins>; | 251 | pinctrl-0 = <&uart3_pins>; |
252 | }; | 252 | }; |
253 | |||
254 | &mmc1 { | ||
255 | status = "okay"; | ||
256 | vmmc-supply = <&ldo1_reg>; | ||
257 | bus-width = <4>; | ||
258 | }; | ||