From: Benoit Cousson <bcousson@baylibre.com>
To: Enric Balletbo i Serra <eballetbo@gmail.com>,
Tony Lindgren <tony@atomide.com>,
Javier Martinez Canillas <martinez.javier@gmail.com>,
linux-omap@vger.kernel.org
Subject: Re: [PATCH] ARM: dts: igep0033: Add mmc1 node for SDCARD support.
Date: Tue, 22 Oct 2013 10:57:25 +0200 [thread overview]
Message-ID: <52663DF5.5020401@baylibre.com> (raw)
In-Reply-To: <1382216119-14125-1-git-send-email-eballetbo@gmail.com>
Hi Enric,
On 19/10/2013 22:55, Enric Balletbo i Serra wrote:
> Add mmc1 dt node to IGEP COM AQUILA board.
I've just applied it.
Please note that since we are already at -rc6 and since all the
maintainers are actually visiting Edinburgh for KS and ELCE, I doubt all
the latest patches will reach 3.13 :-(
Thanks,
Benoit
> Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com>
> ---
> arch/arm/boot/dts/am335x-igep0033.dtsi | 13 +++++++++++++
> 1 file changed, 13 insertions(+)
>
> diff --git a/arch/arm/boot/dts/am335x-igep0033.dtsi b/arch/arm/boot/dts/am335x-igep0033.dtsi
> index 06eba07..6196244 100644
> --- a/arch/arm/boot/dts/am335x-igep0033.dtsi
> +++ b/arch/arm/boot/dts/am335x-igep0033.dtsi
> @@ -44,6 +44,13 @@
> regulator-max-microvolt = <5000000>;
> regulator-boot-on;
> };
> +
> + vmmc: fixedregulator@0 {
> + compatible = "regulator-fixed";
> + regulator-name = "vmmc";
> + regulator-min-microvolt = <3300000>;
> + regulator-max-microvolt = <3300000>;
> + };
> };
>
> &am33xx_pinmux {
> @@ -180,6 +187,12 @@
> };
> };
>
> +&mmc1 {
> + status = "okay";
> + vmmc-supply = <&vmmc>;
> + bus-width = <4>;
> +};
> +
> &uart0 {
> status = "okay";
> pinctrl-names = "default";
>
--
Benoît Cousson
BayLibre
Embedded Linux Technology Lab
www.baylibre.com
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2013-10-22 8:57 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-19 20:55 [PATCH] ARM: dts: igep0033: Add mmc1 node for SDCARD support Enric Balletbo i Serra
2013-10-22 8:57 ` Benoit Cousson [this message]
2013-10-22 9:01 ` Enric Balletbo Serra
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=52663DF5.5020401@baylibre.com \
--to=bcousson@baylibre.com \
--cc=eballetbo@gmail.com \
--cc=linux-omap@vger.kernel.org \
--cc=martinez.javier@gmail.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.