From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lokesh Vutla Subject: [PATCH 2/3] ARM: dts: Correcting size of memory defined for omap5 Date: Wed, 10 Oct 2012 17:35:15 +0530 Message-ID: <1349870716-25511-3-git-send-email-lokeshvutla@ti.com> References: <1349870716-25511-1-git-send-email-lokeshvutla@ti.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from devils.ext.ti.com ([198.47.26.153]:33483 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751955Ab2JJMFd (ORCPT ); Wed, 10 Oct 2012 08:05:33 -0400 In-Reply-To: <1349870716-25511-1-git-send-email-lokeshvutla@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: linux-omap@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, b-cousson@ti.com, lokeshvutla@ti.com, santosh.shilimkar@ti.com 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 --- 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 { -- 1.7.10.4 From mboxrd@z Thu Jan 1 00:00:00 1970 From: lokeshvutla@ti.com (Lokesh Vutla) Date: Wed, 10 Oct 2012 17:35:15 +0530 Subject: [PATCH 2/3] ARM: dts: Correcting size of memory defined for omap5 In-Reply-To: <1349870716-25511-1-git-send-email-lokeshvutla@ti.com> References: <1349870716-25511-1-git-send-email-lokeshvutla@ti.com> Message-ID: <1349870716-25511-3-git-send-email-lokeshvutla@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 --- 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 { -- 1.7.10.4