From: Tony Lindgren <tony@atomide.com>
To: Jon Hunter <jon-hunter@ti.com>
Cc: Benoit Cousson <b-cousson@ti.com>,
linux-omap <linux-omap@vger.kernel.org>,
linux-arm <linux-arm-kernel@lists.infradead.org>,
device-tree <devicetree-discuss@lists.ozlabs.org>
Subject: Re: [PATCH] ARM: dts: OMAP2420: Correct H4 board memory size
Date: Fri, 14 Dec 2012 14:50:48 -0800 [thread overview]
Message-ID: <20121214225048.GO4989@atomide.com> (raw)
In-Reply-To: <1355517258-30745-1-git-send-email-jon-hunter@ti.com>
* Jon Hunter <jon-hunter@ti.com> [121214 12:37]:
> The system memory node for the OMAP2420 H4 was incorrectly defined as
> start address followed by end address, instead of start address and
> size. No noticable side-effects were observed but fix this for
> correctness.
Thanks applying into omap-for-v3.8/fixes-for-merge-window.
Tony
> Signed-off-by: Jon Hunter <jon-hunter@ti.com>
> ---
> arch/arm/boot/dts/omap2420-h4.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/omap2420-h4.dts b/arch/arm/boot/dts/omap2420-h4.dts
> index 77b84e1..9b0d077 100644
> --- a/arch/arm/boot/dts/omap2420-h4.dts
> +++ b/arch/arm/boot/dts/omap2420-h4.dts
> @@ -15,6 +15,6 @@
>
> memory {
> device_type = "memory";
> - reg = <0x80000000 0x84000000>; /* 64 MB */
> + reg = <0x80000000 0x4000000>; /* 64 MB */
> };
> };
> --
> 1.7.10.4
>
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: OMAP2420: Correct H4 board memory size
Date: Fri, 14 Dec 2012 14:50:48 -0800 [thread overview]
Message-ID: <20121214225048.GO4989@atomide.com> (raw)
In-Reply-To: <1355517258-30745-1-git-send-email-jon-hunter@ti.com>
* Jon Hunter <jon-hunter@ti.com> [121214 12:37]:
> The system memory node for the OMAP2420 H4 was incorrectly defined as
> start address followed by end address, instead of start address and
> size. No noticable side-effects were observed but fix this for
> correctness.
Thanks applying into omap-for-v3.8/fixes-for-merge-window.
Tony
> Signed-off-by: Jon Hunter <jon-hunter@ti.com>
> ---
> arch/arm/boot/dts/omap2420-h4.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/omap2420-h4.dts b/arch/arm/boot/dts/omap2420-h4.dts
> index 77b84e1..9b0d077 100644
> --- a/arch/arm/boot/dts/omap2420-h4.dts
> +++ b/arch/arm/boot/dts/omap2420-h4.dts
> @@ -15,6 +15,6 @@
>
> memory {
> device_type = "memory";
> - reg = <0x80000000 0x84000000>; /* 64 MB */
> + reg = <0x80000000 0x4000000>; /* 64 MB */
> };
> };
> --
> 1.7.10.4
>
next prev parent reply other threads:[~2012-12-14 22:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-14 20:34 [PATCH] ARM: dts: OMAP2420: Correct H4 board memory size Jon Hunter
2012-12-14 20:34 ` Jon Hunter
2012-12-14 22:50 ` Tony Lindgren [this message]
2012-12-14 22:50 ` Tony Lindgren
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=20121214225048.GO4989@atomide.com \
--to=tony@atomide.com \
--cc=b-cousson@ti.com \
--cc=devicetree-discuss@lists.ozlabs.org \
--cc=jon-hunter@ti.com \
--cc=linux-arm-kernel@lists.infradead.org \
--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 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.