From: Benoit Cousson <b-cousson@ti.com>
To: Lokesh Vutla <lokeshvutla@ti.com>
Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
santosh.shilimkar@ti.com
Subject: Re: [PATCH 2/3] ARM: dts: Correcting size of memory defined for omap5
Date: Wed, 10 Oct 2012 17:15:02 +0200 [thread overview]
Message-ID: <507590F6.3050702@ti.com> (raw)
In-Reply-To: <1349870716-25511-3-git-send-email-lokeshvutla@ti.com>
On 10/10/2012 02:05 PM, Lokesh Vutla wrote:
> Memory present for omap5 is 2GB. But in dt file
omap5 -> OMAP5
dt -> dts
And this patch is about omap5-evm so you should be more specific in your
changelog and even in the subject:
ARM: dts: omap5-evm: Fix size of memory defined for EVM
> it is specified as 1GB. Correcting the same
> in this patch
No "patch" in the changelog, please add a dot at the end of a sentence
and make a correct sentence.
Regards,
Benoit
> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
> ---
> arch/arm/boot/dts/omap5-evm.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/omap5-evm.dts b/arch/arm/boot/dts/omap5-evm.dts
> index 9c41a3f..6f87e1a 100644
> --- a/arch/arm/boot/dts/omap5-evm.dts
> +++ b/arch/arm/boot/dts/omap5-evm.dts
> @@ -15,7 +15,7 @@
>
> memory {
> device_type = "memory";
> - reg = <0x80000000 0x40000000>; /* 1 GB */
> + reg = <0x80000000 0x80000000>; /* 2 GB */
> };
>
> vmmcsd_fixed: fixedregulator-mmcsd {
>
WARNING: multiple messages have this Message-ID (diff)
From: b-cousson@ti.com (Benoit Cousson)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/3] ARM: dts: Correcting size of memory defined for omap5
Date: Wed, 10 Oct 2012 17:15:02 +0200 [thread overview]
Message-ID: <507590F6.3050702@ti.com> (raw)
In-Reply-To: <1349870716-25511-3-git-send-email-lokeshvutla@ti.com>
On 10/10/2012 02:05 PM, Lokesh Vutla wrote:
> Memory present for omap5 is 2GB. But in dt file
omap5 -> OMAP5
dt -> dts
And this patch is about omap5-evm so you should be more specific in your
changelog and even in the subject:
ARM: dts: omap5-evm: Fix size of memory defined for EVM
> it is specified as 1GB. Correcting the same
> in this patch
No "patch" in the changelog, please add a dot at the end of a sentence
and make a correct sentence.
Regards,
Benoit
> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
> ---
> arch/arm/boot/dts/omap5-evm.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/omap5-evm.dts b/arch/arm/boot/dts/omap5-evm.dts
> index 9c41a3f..6f87e1a 100644
> --- a/arch/arm/boot/dts/omap5-evm.dts
> +++ b/arch/arm/boot/dts/omap5-evm.dts
> @@ -15,7 +15,7 @@
>
> memory {
> device_type = "memory";
> - reg = <0x80000000 0x40000000>; /* 1 GB */
> + reg = <0x80000000 0x80000000>; /* 2 GB */
> };
>
> vmmcsd_fixed: fixedregulator-mmcsd {
>
next prev parent reply other threads:[~2012-10-10 15:15 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-10 12:05 [PATCH 0/3] ARM: dts: EMIF and LPDDR2 device tree data for OMAP5 boards Lokesh Vutla
2012-10-10 12:05 ` Lokesh Vutla
2012-10-10 12:05 ` [PATCH 1/3] ARM: dts: Renaming elpida_ecb240abacn.dtsi as lpddr2_data.dtsi Lokesh Vutla
2012-10-10 12:05 ` Lokesh Vutla
2012-10-10 14:48 ` Benoit Cousson
2012-10-10 14:48 ` Benoit Cousson
2012-10-11 6:16 ` Lokesh Vutla
2012-10-11 6:16 ` Lokesh Vutla
2012-10-11 8:28 ` Benoit Cousson
2012-10-11 8:28 ` Benoit Cousson
2012-10-11 8:31 ` Lokesh Vutla
2012-10-11 8:31 ` Lokesh Vutla
2012-10-10 12:05 ` [PATCH 2/3] ARM: dts: Correcting size of memory defined for omap5 Lokesh Vutla
2012-10-10 12:05 ` Lokesh Vutla
2012-10-10 15:15 ` Benoit Cousson [this message]
2012-10-10 15:15 ` Benoit Cousson
2012-10-10 12:05 ` [PATCH 3/3] ARM: dts: EMIF and LPDDR2 device tree data for OMAP5 boards Lokesh Vutla
2012-10-10 12:05 ` Lokesh Vutla
2012-10-10 15:01 ` Benoit Cousson
2012-10-10 15:01 ` Benoit Cousson
2012-10-11 6:16 ` Lokesh Vutla
2012-10-11 6:16 ` Lokesh Vutla
2012-10-11 8:11 ` Benoit Cousson
2012-10-11 8:11 ` Benoit Cousson
2012-10-11 8:15 ` Santosh Shilimkar
2012-10-11 8:15 ` Santosh Shilimkar
2012-10-10 15:50 ` [PATCH 0/3] " Benoit Cousson
2012-10-10 15:50 ` Benoit Cousson
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=507590F6.3050702@ti.com \
--to=b-cousson@ti.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=lokeshvutla@ti.com \
--cc=santosh.shilimkar@ti.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.