linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: calxeda: Correct memory map syntax
@ 2014-08-27  4:18 Simon Horman
  2014-08-27 12:09 ` Rob Herring
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Horman @ 2014-08-27  4:18 UTC (permalink / raw)
  To: linux-arm-kernel

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@verge.net.au>
---
 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] ARM: dts: calxeda: Correct memory map syntax
  2014-08-27  4:18 [PATCH] ARM: dts: calxeda: Correct memory map syntax Simon Horman
@ 2014-08-27 12:09 ` Rob Herring
  2014-08-28 23:59   ` Simon Horman
  0 siblings, 1 reply; 3+ messages in thread
From: Rob Herring @ 2014-08-27 12:09 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Aug 26, 2014 at 11:18 PM, Simon Horman
<horms+renesas@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@verge.net.au>

Acked-by: Rob Herring <robh@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
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] ARM: dts: calxeda: Correct memory map syntax
  2014-08-27 12:09 ` Rob Herring
@ 2014-08-28 23:59   ` Simon Horman
  0 siblings, 0 replies; 3+ messages in thread
From: Simon Horman @ 2014-08-28 23:59 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Aug 27, 2014 at 07:09:39AM -0500, Rob Herring wrote:
> On Tue, Aug 26, 2014 at 11:18 PM, Simon Horman
> <horms+renesas@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@verge.net.au>
> 
> Acked-by: Rob Herring <robh@kernel.org>

I would like to withdraw this patch.
The latest information I have is that the syntax used is already correct.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-08-28 23:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-27  4:18 [PATCH] ARM: dts: calxeda: Correct memory map syntax Simon Horman
2014-08-27 12:09 ` Rob Herring
2014-08-28 23:59   ` Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).