From: plagnioj@jcrosoft.com (Jean-Christophe PLAGNIOL-VILLARD)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 5/6] ARM: ux500: Enable SDI4 port on the u9540 when booting with Device Tree
Date: Wed, 10 Oct 2012 21:04:37 +0200 [thread overview]
Message-ID: <20121010190437.GU12801@game.jcrosoft.org> (raw)
In-Reply-To: <1349882335-6786-6-git-send-email-lee.jones@linaro.org>
On 16:18 Wed 10 Oct , Lee Jones wrote:
> Here we add the device node for the SDI4 (MMC) port to the u9540
> Device Tree source file. This will allow successful probing of
> the internal MMC storage device when booting with DT enabled.
>
> Acked-by: Linus Walleij <linus.walleij@linaro.org>
> Signed-off-by: Lee Jones <lee.jones@linaro.org>
> ---
> arch/arm/boot/dts/u9540.dts | 12 +++++++++++-
> 1 file changed, 11 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/u9540.dts b/arch/arm/boot/dts/u9540.dts
> index 28efe20..2dade76 100644
> --- a/arch/arm/boot/dts/u9540.dts
> +++ b/arch/arm/boot/dts/u9540.dts
> @@ -21,7 +21,6 @@
> };
>
> soc-u9500 {
> -
why?
> uart at 80120000 {
> status = "okay";
> };
> @@ -33,5 +32,16 @@
> uart at 80007000 {
> status = "okay";
> };
> +
> + // On-board eMMC
no c++ comment
> + sdi4_per2 at 80114000 {
> + arm,primecell-periphid = <0x10480180>;
> + max-frequency = <50000000>;
> + bus-width = <8>;
> + mmc-cap-mmc-highspeed;
> + vmmc-supply = <&ab8500_ldo_aux2_reg>;
you need add the pinctrl here
Best Regards,
J.
WARNING: multiple messages have this Message-ID (diff)
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: Lee Jones <lee.jones@linaro.org>
Cc: linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linus.walleij@stericsson.com,
arnd@arndb.de
Subject: Re: [PATCH 5/6] ARM: ux500: Enable SDI4 port on the u9540 when booting with Device Tree
Date: Wed, 10 Oct 2012 21:04:37 +0200 [thread overview]
Message-ID: <20121010190437.GU12801@game.jcrosoft.org> (raw)
In-Reply-To: <1349882335-6786-6-git-send-email-lee.jones@linaro.org>
On 16:18 Wed 10 Oct , Lee Jones wrote:
> Here we add the device node for the SDI4 (MMC) port to the u9540
> Device Tree source file. This will allow successful probing of
> the internal MMC storage device when booting with DT enabled.
>
> Acked-by: Linus Walleij <linus.walleij@linaro.org>
> Signed-off-by: Lee Jones <lee.jones@linaro.org>
> ---
> arch/arm/boot/dts/u9540.dts | 12 +++++++++++-
> 1 file changed, 11 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/u9540.dts b/arch/arm/boot/dts/u9540.dts
> index 28efe20..2dade76 100644
> --- a/arch/arm/boot/dts/u9540.dts
> +++ b/arch/arm/boot/dts/u9540.dts
> @@ -21,7 +21,6 @@
> };
>
> soc-u9500 {
> -
why?
> uart@80120000 {
> status = "okay";
> };
> @@ -33,5 +32,16 @@
> uart@80007000 {
> status = "okay";
> };
> +
> + // On-board eMMC
no c++ comment
> + sdi4_per2@80114000 {
> + arm,primecell-periphid = <0x10480180>;
> + max-frequency = <50000000>;
> + bus-width = <8>;
> + mmc-cap-mmc-highspeed;
> + vmmc-supply = <&ab8500_ldo_aux2_reg>;
you need add the pinctrl here
Best Regards,
J.
next prev parent reply other threads:[~2012-10-10 19:04 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-10 15:18 [PATCH 0/6] Provide basic support for the u9540 Lee Jones
2012-10-10 15:18 ` Lee Jones
2012-10-10 15:18 ` [PATCH 1/6] ARM: ux500: Remove unused board compatible string Lee Jones
2012-10-10 15:18 ` Lee Jones
2012-10-10 15:18 ` [PATCH 2/6] ARM: ux500: Add skeleton DTS file for the u9540 Lee Jones
2012-10-10 15:18 ` Lee Jones
2012-10-10 15:18 ` [PATCH 3/6] ARM: ux500: Add support for ST-Ericsson's u9540 SoC Lee Jones
2012-10-10 15:18 ` Lee Jones
2012-10-10 19:01 ` Jean-Christophe PLAGNIOL-VILLARD
2012-10-10 19:01 ` Jean-Christophe PLAGNIOL-VILLARD
2012-10-11 7:38 ` Lee Jones
2012-10-11 7:38 ` Lee Jones
2012-10-11 8:52 ` Jean-Christophe PLAGNIOL-VILLARD
2012-10-11 8:52 ` Jean-Christophe PLAGNIOL-VILLARD
2012-10-11 9:20 ` Lee Jones
2012-10-11 9:20 ` Lee Jones
2012-10-11 18:11 ` Jean-Christophe PLAGNIOL-VILLARD
2012-10-11 18:11 ` Jean-Christophe PLAGNIOL-VILLARD
2012-10-10 15:18 ` [PATCH 4/6] ARM: ux500: Add UART support to the u9540 Device Tree Lee Jones
2012-10-10 15:18 ` Lee Jones
2012-10-10 19:03 ` Jean-Christophe PLAGNIOL-VILLARD
2012-10-10 19:03 ` Jean-Christophe PLAGNIOL-VILLARD
2012-10-11 7:29 ` Lee Jones
2012-10-11 7:29 ` Lee Jones
2012-10-11 8:50 ` Jean-Christophe PLAGNIOL-VILLARD
2012-10-11 8:50 ` Jean-Christophe PLAGNIOL-VILLARD
2012-10-11 9:22 ` Lee Jones
2012-10-11 9:22 ` Lee Jones
2012-10-11 18:06 ` Jean-Christophe PLAGNIOL-VILLARD
2012-10-11 18:06 ` Jean-Christophe PLAGNIOL-VILLARD
2012-10-12 21:15 ` Linus Walleij
2012-10-12 21:15 ` Linus Walleij
2012-10-10 15:18 ` [PATCH 5/6] ARM: ux500: Enable SDI4 port on the u9540 when booting with " Lee Jones
2012-10-10 15:18 ` Lee Jones
2012-10-10 19:04 ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2012-10-10 19:04 ` Jean-Christophe PLAGNIOL-VILLARD
2012-10-11 7:28 ` Lee Jones
2012-10-11 7:28 ` Lee Jones
2012-10-10 15:18 ` [PATCH 6/6] mfd: Differentiate between u8500 and u9540 TCDM address mapping Lee Jones
2012-10-10 15:18 ` Lee Jones
2012-10-10 18:34 ` Arnd Bergmann
2012-10-10 18:34 ` Arnd Bergmann
2012-10-11 8:59 ` Lee Jones
2012-10-11 8:59 ` Lee Jones
2012-10-11 9:16 ` Arnd Bergmann
2012-10-11 9:16 ` Arnd Bergmann
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=20121010190437.GU12801@game.jcrosoft.org \
--to=plagnioj@jcrosoft.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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.