[PATCH] ARM: dts: calxeda: Correct memory map syntax
Rob Herring
robh at kernel.org
Wed Aug 27 05:09:39 PDT 2014
On Tue, Aug 26, 2014 at 11:18 PM, Simon Horman
<horms+renesas at verge.net.au> wrote:
> Correct a syntax error by using two comma-delimited 32 bit values
> rather than a single 64 bit value.
>
> This is a documentation fix and should have no run-time affect.
>
> This problem was introduced by 7d6ab9b8620bbca6
> ("ARM: dts: Add Calxeda ECX-2000 support") in v3.7.
>
> Signed-off-by: Simon Horman <horms+renesas at verge.net.au>
Acked-by: Rob Herring <robh at kernel.org>
> ---
> arch/arm/boot/dts/ecx-2000.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/ecx-2000.dts b/arch/arm/boot/dts/ecx-2000.dts
> index 2ccbb57f..97f9807 100644
> --- a/arch/arm/boot/dts/ecx-2000.dts
> +++ b/arch/arm/boot/dts/ecx-2000.dts
> @@ -69,7 +69,7 @@
> reg = <0x00000000 0x00000000 0x00000000 0xff800000>;
> };
>
> - memory at 200000000 {
> + memory at 2,00000000 {
> name = "memory";
> device_type = "memory";
> reg = <0x00000002 0x00000000 0x00000003 0x00000000>;
> --
> 2.0.1
>
More information about the linux-arm-kernel
mailing list