From: Nishanth Menon <nm@ti.com>
To: Balaji T K <balajitk@ti.com>
Cc: linux-omap@vger.kernel.org, benoit.cousson@linaro.org,
tony@atomide.com, Rajendra Nayak <rnayak@ti.com>
Subject: Re: [PATCH 1/1] arm: dts: dra7-evm: add sd/eMMC node
Date: Wed, 24 Jul 2013 11:20:30 -0500 [thread overview]
Message-ID: <51EFFECE.4010800@ti.com> (raw)
In-Reply-To: <1374599867-13099-1-git-send-email-balajitk@ti.com>
On 07/23/2013 12:17 PM, Balaji T K wrote:
> Add micro SD card and eMMC support for dra7-evm
>
> Signed-off-by: Rajendra Nayak <rnayak@ti.com>
> Signed-off-by: Balaji T K <balajitk@ti.com>
> ---
> arch/arm/boot/dts/dra7-evm.dts | 18 ++++++++++++++++++
> 1 files changed, 18 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts
> index cb0703c..4656ab4 100644
> --- a/arch/arm/boot/dts/dra7-evm.dts
> +++ b/arch/arm/boot/dts/dra7-evm.dts
> @@ -17,4 +17,22 @@
> device_type = "memory";
> reg = <0x80000000 0x60000000>; /* 1536 MB */
> };
> +
> + vmmc_fixed: fixedregulator-mmc {
> + compatible = "regulator-fixed";
> + regulator-name = "vmmc_fixed";
> + regulator-min-microvolt = <3300000>;
> + regulator-max-microvolt = <3300000>;
> + };
> +};
> +
> +&mmc1 {
> + vmmc-supply = <&vmmc_fixed>;
> + bus-width = <4>;
is'nt this going to LDO1 of TPS659039? which allows us to switch it off
when MMC card is not needed?
> +};
> +
> +&mmc2 {
> + vmmc-supply = <&vmmc_fixed>;
this is fixes MMC2_3V3 (emmc supply) -> EVM_3V3
> + bus-width = <8>;
> + ti,non-removable;
> };
>
--
Regards,
Nishanth Menon
prev parent reply other threads:[~2013-07-24 16:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-23 17:17 [PATCH 1/1] arm: dts: dra7-evm: add sd/eMMC node Balaji T K
2013-07-24 16:20 ` Nishanth Menon [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=51EFFECE.4010800@ti.com \
--to=nm@ti.com \
--cc=balajitk@ti.com \
--cc=benoit.cousson@linaro.org \
--cc=linux-omap@vger.kernel.org \
--cc=rnayak@ti.com \
--cc=tony@atomide.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.