From: Tony Lindgren <tony@atomide.com>
To: Anthoine Bourgeois <anthoine.bourgeois@gmail.com>
Cc: linux-omap@vger.kernel.org
Subject: Re: [PATCH] ARM: dts: omap3-devkit8000: Fix NAND DT node
Date: Wed, 20 May 2015 09:49:02 -0700 [thread overview]
Message-ID: <20150520164901.GV10274@atomide.com> (raw)
In-Reply-To: <1432069793-10141-1-git-send-email-anthoine.bourgeois@gmail.com>
* Anthoine Bourgeois <anthoine.bourgeois@gmail.com> [150519 14:11]:
> Add nand-ecc-opt and device-width properties to enable nand support on
> Devkit8000.
>
> Signed-off-by: Anthoine Bourgeois <anthoine.bourgeois@gmail.com>
> ---
> arch/arm/boot/dts/omap3-devkit8000.dts | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/boot/dts/omap3-devkit8000.dts b/arch/arm/boot/dts/omap3-devkit8000.dts
> index 169037e..283db1d 100644
> --- a/arch/arm/boot/dts/omap3-devkit8000.dts
> +++ b/arch/arm/boot/dts/omap3-devkit8000.dts
> @@ -111,6 +111,8 @@
> nand@0,0 {
> reg = <0 0 4>; /* CS0, offset 0, IO size 4 */
> nand-bus-width = <16>;
> + gpmc,device-width = <2>;
> + ti,nand-ecc-opt = "sw";
>
> gpmc,sync-clk-ps = <0>;
> gpmc,cs-on-ns = <0>;
Applying into omap-for-v4.1/fixes thanks.
Tony
prev parent reply other threads:[~2015-05-20 16:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-19 21:09 [PATCH] ARM: dts: omap3-devkit8000: Fix NAND DT node Anthoine Bourgeois
2015-05-20 16:49 ` Tony Lindgren [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=20150520164901.GV10274@atomide.com \
--to=tony@atomide.com \
--cc=anthoine.bourgeois@gmail.com \
--cc=linux-omap@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).