[PATCH] ARM: dts: OMAP2420: Correct H4 board memory size

2012-12-14 Thread Jon Hunter
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.

Signed-off-by: Jon Hunter 
---
 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 = <0x8000 0x8400>; /* 64 MB */
+   reg = <0x8000 0x400>; /* 64 MB */
};
 };
-- 
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] ARM: dts: OMAP2420: Correct H4 board memory size

2012-12-14 Thread Tony Lindgren
* Jon Hunter  [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 
> ---
>  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 = <0x8000 0x8400>; /* 64 MB */
> + reg = <0x8000 0x400>; /* 64 MB */
>   };
>  };
> -- 
> 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