From: Lee Jones <lee.jones@linaro.org>
To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org
Cc: arnd@arndb.de, linus.walleij@stericsson.com,
"Benoît Cousson" <b-cousson@ti.com>,
"Tony Lindgren" <tony@atomide.com>,
linux-omap@vger.kernel.org
Subject: Re: [PATCH 16/22] ARM: dts: Remove '0x's from OMAP3430 SDP DTS file
Date: Tue, 13 Aug 2013 16:42:48 +0100 [thread overview]
Message-ID: <20130813154248.GD15278@lee--X1> (raw)
In-Reply-To: <1374490361-25769-16-git-send-email-lee.jones@linaro.org>
Tony, Benoit,
Poke
On Mon, 22 Jul 2013, Lee Jones wrote:
> Cc: Benoît Cousson <b-cousson@ti.com>
> Cc: Tony Lindgren <tony@atomide.com>
> Cc: linux-omap@vger.kernel.org
> Signed-off-by: Lee Jones <lee.jones@linaro.org>
> ---
> arch/arm/boot/dts/omap3430-sdp.dts | 22 +++++++++++-----------
> 1 file changed, 11 insertions(+), 11 deletions(-)
>
> diff --git a/arch/arm/boot/dts/omap3430-sdp.dts b/arch/arm/boot/dts/omap3430-sdp.dts
> index e2249bc..281914e 100644
> --- a/arch/arm/boot/dts/omap3430-sdp.dts
> +++ b/arch/arm/boot/dts/omap3430-sdp.dts
> @@ -84,15 +84,15 @@
> label = "bootloader-nor";
> reg = <0 0x40000>;
> };
> - partition@0x40000 {
> + partition@40000 {
> label = "params-nor";
> reg = <0x40000 0x40000>;
> };
> - partition@0x80000 {
> + partition@80000 {
> label = "kernel-nor";
> reg = <0x80000 0x200000>;
> };
> - partition@0x280000 {
> + partition@280000 {
> label = "filesystem-nor";
> reg = <0x240000 0x7d80000>;
> };
> @@ -125,19 +125,19 @@
> label = "xloader-nand";
> reg = <0 0x80000>;
> };
> - partition@0x80000 {
> + partition@80000 {
> label = "bootloader-nand";
> reg = <0x80000 0x140000>;
> };
> - partition@0x1c0000 {
> + partition@1c0000 {
> label = "params-nand";
> reg = <0x1c0000 0xc0000>;
> };
> - partition@0x280000 {
> + partition@280000 {
> label = "kernel-nand";
> reg = <0x280000 0x500000>;
> };
> - partition@0x780000 {
> + partition@780000 {
> label = "filesystem-nand";
> reg = <0x780000 0x7880000>;
> };
> @@ -170,19 +170,19 @@
> label = "xloader-onenand";
> reg = <0 0x80000>;
> };
> - partition@0x80000 {
> + partition@80000 {
> label = "bootloader-onenand";
> reg = <0x80000 0x40000>;
> };
> - partition@0xc0000 {
> + partition@c0000 {
> label = "params-onenand";
> reg = <0xc0000 0x20000>;
> };
> - partition@0xe0000 {
> + partition@e0000 {
> label = "kernel-onenand";
> reg = <0xe0000 0x200000>;
> };
> - partition@0x2e0000 {
> + partition@2e0000 {
> label = "filesystem-onenand";
> reg = <0x2e0000 0xfd20000>;
> };
--
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
next prev parent reply other threads:[~2013-08-13 15:42 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1374490361-25769-1-git-send-email-lee.jones@linaro.org>
2013-07-22 10:52 ` [PATCH 12/22] ARM: dts: Remove '0x's from OMAP2420 H4 DTS file Lee Jones
2013-08-13 15:44 ` Lee Jones
2013-08-14 7:30 ` Tony Lindgren
2013-08-14 7:43 ` Benoit Cousson
2013-08-14 8:00 ` Lee Jones
2013-07-22 10:52 ` [PATCH 13/22] ARM: dts: Remove '0x's from OMAP3 IGEP0020 " Lee Jones
2013-08-13 15:44 ` Lee Jones
2013-07-22 10:52 ` [PATCH 14/22] ARM: dts: Remove '0x's from OMAP3 IGEP0030 " Lee Jones
2013-08-13 15:43 ` Lee Jones
2013-07-22 10:52 ` [PATCH 15/22] ARM: dts: Remove '0x's from OMAP3 " Lee Jones
2013-08-13 15:43 ` Lee Jones
2013-07-22 10:52 ` [PATCH 16/22] ARM: dts: Remove '0x's from OMAP3430 SDP " Lee Jones
2013-08-13 15:42 ` Lee Jones [this message]
2013-07-22 10:52 ` [PATCH 17/22] ARM: dts: Remove '0x's from OMAP4 " Lee Jones
2013-08-13 15:42 ` Lee Jones
2013-07-22 10:52 ` [PATCH 18/22] ARM: dts: Remove '0x's from OMAP5 " Lee Jones
2013-08-13 15:41 ` Lee Jones
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=20130813154248.GD15278@lee--X1 \
--to=lee.jones@linaro.org \
--cc=arnd@arndb.de \
--cc=b-cousson@ti.com \
--cc=linus.walleij@stericsson.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox