[PATCH 2/3] ARM: dts: Correcting size of memory defined for omap5

2012-10-10 Thread Lokesh Vutla
Memory present for omap5 is 2GB. But in dt file
it is specified as 1GB. Correcting the same
in this patch

Signed-off-by: Lokesh Vutla lokeshvu...@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 = 0x8000 0x4000; /* 1 GB */
+   reg = 0x8000 0x8000; /* 2 GB */
};
 
vmmcsd_fixed: fixedregulator-mmcsd {
-- 
1.7.10.4

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 2/3] ARM: dts: Correcting size of memory defined for omap5

2012-10-10 Thread Benoit Cousson
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 lokeshvu...@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 = 0x8000 0x4000; /* 1 GB */
 + reg = 0x8000 0x8000; /* 2 GB */
   };
  
   vmmcsd_fixed: fixedregulator-mmcsd {
 

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html