All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: Fix memory node in skeleton64.dtsi
@ 2013-08-07  1:33 ` Stepan Moskovchenko
  0 siblings, 0 replies; 8+ messages in thread
From: Stepan Moskovchenko @ 2013-08-07  1:33 UTC (permalink / raw)
  To: Russell King, Lior Amsalem, Gregory CLEMENT, Jason Cooper
  Cc: linux-arm-kernel, linux-kernel, linux-arm-msm, sboyd,
	Stepan Moskovchenko

Update the reg property of the memory node in
skeleton64.dtsi to reflect the fact that the root node uses
address-cells=2 and size-cells=2.

Change-Id: Ie9b61166143969e020ceebc51e9a384405d8c0f2
Signed-off-by: Stepan Moskovchenko <stepanm@codeaurora.org>
---
 arch/arm/boot/dts/skeleton64.dtsi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/boot/dts/skeleton64.dtsi b/arch/arm/boot/dts/skeleton64.dtsi
index 1599415..b5d7f36 100644
--- a/arch/arm/boot/dts/skeleton64.dtsi
+++ b/arch/arm/boot/dts/skeleton64.dtsi
@@ -9,5 +9,5 @@
 	#size-cells = <2>;
 	chosen { };
 	aliases { };
-	memory { device_type = "memory"; reg = <0 0>; };
+	memory { device_type = "memory"; reg = <0 0 0 0>; };
 };
-- 
The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
hosted by The Linux Foundation

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

* [PATCH] ARM: dts: Fix memory node in skeleton64.dtsi
@ 2013-08-07  1:33 ` Stepan Moskovchenko
  0 siblings, 0 replies; 8+ messages in thread
From: Stepan Moskovchenko @ 2013-08-07  1:33 UTC (permalink / raw)
  To: linux-arm-kernel

Update the reg property of the memory node in
skeleton64.dtsi to reflect the fact that the root node uses
address-cells=2 and size-cells=2.

Change-Id: Ie9b61166143969e020ceebc51e9a384405d8c0f2
Signed-off-by: Stepan Moskovchenko <stepanm@codeaurora.org>
---
 arch/arm/boot/dts/skeleton64.dtsi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/boot/dts/skeleton64.dtsi b/arch/arm/boot/dts/skeleton64.dtsi
index 1599415..b5d7f36 100644
--- a/arch/arm/boot/dts/skeleton64.dtsi
+++ b/arch/arm/boot/dts/skeleton64.dtsi
@@ -9,5 +9,5 @@
 	#size-cells = <2>;
 	chosen { };
 	aliases { };
-	memory { device_type = "memory"; reg = <0 0>; };
+	memory { device_type = "memory"; reg = <0 0 0 0>; };
 };
-- 
The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
hosted by The Linux Foundation

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

* Re: [PATCH] ARM: dts: Fix memory node in skeleton64.dtsi
  2013-08-07  1:33 ` Stepan Moskovchenko
@ 2013-08-07  6:23   ` Gregory CLEMENT
  -1 siblings, 0 replies; 8+ messages in thread
From: Gregory CLEMENT @ 2013-08-07  6:23 UTC (permalink / raw)
  To: Stepan Moskovchenko
  Cc: Russell King, Lior Amsalem, Jason Cooper, linux-arm-kernel,
	linux-kernel, linux-arm-msm, sboyd

On 07/08/2013 03:33, Stepan Moskovchenko wrote:
> Update the reg property of the memory node in
> skeleton64.dtsi to reflect the fact that the root node uses
> address-cells=2 and size-cells=2.

Good catch

Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>

> 
> Change-Id: Ie9b61166143969e020ceebc51e9a384405d8c0f2
> Signed-off-by: Stepan Moskovchenko <stepanm@codeaurora.org>
> ---
>  arch/arm/boot/dts/skeleton64.dtsi |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/skeleton64.dtsi b/arch/arm/boot/dts/skeleton64.dtsi
> index 1599415..b5d7f36 100644
> --- a/arch/arm/boot/dts/skeleton64.dtsi
> +++ b/arch/arm/boot/dts/skeleton64.dtsi
> @@ -9,5 +9,5 @@
>  	#size-cells = <2>;
>  	chosen { };
>  	aliases { };
> -	memory { device_type = "memory"; reg = <0 0>; };
> +	memory { device_type = "memory"; reg = <0 0 0 0>; };
>  };
> 


-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

* [PATCH] ARM: dts: Fix memory node in skeleton64.dtsi
@ 2013-08-07  6:23   ` Gregory CLEMENT
  0 siblings, 0 replies; 8+ messages in thread
From: Gregory CLEMENT @ 2013-08-07  6:23 UTC (permalink / raw)
  To: linux-arm-kernel

On 07/08/2013 03:33, Stepan Moskovchenko wrote:
> Update the reg property of the memory node in
> skeleton64.dtsi to reflect the fact that the root node uses
> address-cells=2 and size-cells=2.

Good catch

Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>

> 
> Change-Id: Ie9b61166143969e020ceebc51e9a384405d8c0f2
> Signed-off-by: Stepan Moskovchenko <stepanm@codeaurora.org>
> ---
>  arch/arm/boot/dts/skeleton64.dtsi |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/skeleton64.dtsi b/arch/arm/boot/dts/skeleton64.dtsi
> index 1599415..b5d7f36 100644
> --- a/arch/arm/boot/dts/skeleton64.dtsi
> +++ b/arch/arm/boot/dts/skeleton64.dtsi
> @@ -9,5 +9,5 @@
>  	#size-cells = <2>;
>  	chosen { };
>  	aliases { };
> -	memory { device_type = "memory"; reg = <0 0>; };
> +	memory { device_type = "memory"; reg = <0 0 0 0>; };
>  };
> 


-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

* Re: [PATCH] ARM: dts: Fix memory node in skeleton64.dtsi
  2013-08-07  6:23   ` Gregory CLEMENT
@ 2013-08-07 16:00     ` Jason Cooper
  -1 siblings, 0 replies; 8+ messages in thread
From: Jason Cooper @ 2013-08-07 16:00 UTC (permalink / raw)
  To: Gregory CLEMENT
  Cc: Stepan Moskovchenko, Russell King, Lior Amsalem,
	linux-arm-kernel, linux-kernel, linux-arm-msm, sboyd

On Wed, Aug 07, 2013 at 08:23:06AM +0200, Gregory CLEMENT wrote:
> On 07/08/2013 03:33, Stepan Moskovchenko wrote:
> > Update the reg property of the memory node in
> > skeleton64.dtsi to reflect the fact that the root node uses
> > address-cells=2 and size-cells=2.
> 
> Good catch
> 
> Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>

Since we introduced the file, and I can't think of any other tree that
should take it, so I'll go ahead and take it.

thx,

Jason.

> > Change-Id: Ie9b61166143969e020ceebc51e9a384405d8c0f2
> > Signed-off-by: Stepan Moskovchenko <stepanm@codeaurora.org>
> > ---
> >  arch/arm/boot/dts/skeleton64.dtsi |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> > 
> > diff --git a/arch/arm/boot/dts/skeleton64.dtsi b/arch/arm/boot/dts/skeleton64.dtsi
> > index 1599415..b5d7f36 100644
> > --- a/arch/arm/boot/dts/skeleton64.dtsi
> > +++ b/arch/arm/boot/dts/skeleton64.dtsi
> > @@ -9,5 +9,5 @@
> >  	#size-cells = <2>;
> >  	chosen { };
> >  	aliases { };
> > -	memory { device_type = "memory"; reg = <0 0>; };
> > +	memory { device_type = "memory"; reg = <0 0 0 0>; };
> >  };
> > 
> 
> 
> -- 
> Gregory Clement, Free Electrons
> Kernel, drivers, real-time and embedded Linux
> development, consulting, training and support.
> http://free-electrons.com

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

* [PATCH] ARM: dts: Fix memory node in skeleton64.dtsi
@ 2013-08-07 16:00     ` Jason Cooper
  0 siblings, 0 replies; 8+ messages in thread
From: Jason Cooper @ 2013-08-07 16:00 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Aug 07, 2013 at 08:23:06AM +0200, Gregory CLEMENT wrote:
> On 07/08/2013 03:33, Stepan Moskovchenko wrote:
> > Update the reg property of the memory node in
> > skeleton64.dtsi to reflect the fact that the root node uses
> > address-cells=2 and size-cells=2.
> 
> Good catch
> 
> Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>

Since we introduced the file, and I can't think of any other tree that
should take it, so I'll go ahead and take it.

thx,

Jason.

> > Change-Id: Ie9b61166143969e020ceebc51e9a384405d8c0f2
> > Signed-off-by: Stepan Moskovchenko <stepanm@codeaurora.org>
> > ---
> >  arch/arm/boot/dts/skeleton64.dtsi |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> > 
> > diff --git a/arch/arm/boot/dts/skeleton64.dtsi b/arch/arm/boot/dts/skeleton64.dtsi
> > index 1599415..b5d7f36 100644
> > --- a/arch/arm/boot/dts/skeleton64.dtsi
> > +++ b/arch/arm/boot/dts/skeleton64.dtsi
> > @@ -9,5 +9,5 @@
> >  	#size-cells = <2>;
> >  	chosen { };
> >  	aliases { };
> > -	memory { device_type = "memory"; reg = <0 0>; };
> > +	memory { device_type = "memory"; reg = <0 0 0 0>; };
> >  };
> > 
> 
> 
> -- 
> Gregory Clement, Free Electrons
> Kernel, drivers, real-time and embedded Linux
> development, consulting, training and support.
> http://free-electrons.com

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

* Re: [PATCH] ARM: dts: Fix memory node in skeleton64.dtsi
  2013-08-07  1:33 ` Stepan Moskovchenko
@ 2013-08-07 16:38   ` Jason Cooper
  -1 siblings, 0 replies; 8+ messages in thread
From: Jason Cooper @ 2013-08-07 16:38 UTC (permalink / raw)
  To: Stepan Moskovchenko
  Cc: Russell King, Lior Amsalem, Gregory CLEMENT, linux-arm-msm,
	sboyd, linux-kernel, linux-arm-kernel

On Tue, Aug 06, 2013 at 06:33:06PM -0700, Stepan Moskovchenko wrote:
> Update the reg property of the memory node in
> skeleton64.dtsi to reflect the fact that the root node uses
> address-cells=2 and size-cells=2.
> 
> Change-Id: Ie9b61166143969e020ceebc51e9a384405d8c0f2
> Signed-off-by: Stepan Moskovchenko <stepanm@codeaurora.org>
> ---
>  arch/arm/boot/dts/skeleton64.dtsi |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Applied to mvebu/fixes-non-critical with Gregory's Ack an Change-Id
removed.

thx,

Jason.

> 
> diff --git a/arch/arm/boot/dts/skeleton64.dtsi b/arch/arm/boot/dts/skeleton64.dtsi
> index 1599415..b5d7f36 100644
> --- a/arch/arm/boot/dts/skeleton64.dtsi
> +++ b/arch/arm/boot/dts/skeleton64.dtsi
> @@ -9,5 +9,5 @@
>  	#size-cells = <2>;
>  	chosen { };
>  	aliases { };
> -	memory { device_type = "memory"; reg = <0 0>; };
> +	memory { device_type = "memory"; reg = <0 0 0 0>; };
>  };
> -- 
> The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
> hosted by The Linux Foundation
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH] ARM: dts: Fix memory node in skeleton64.dtsi
@ 2013-08-07 16:38   ` Jason Cooper
  0 siblings, 0 replies; 8+ messages in thread
From: Jason Cooper @ 2013-08-07 16:38 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Aug 06, 2013 at 06:33:06PM -0700, Stepan Moskovchenko wrote:
> Update the reg property of the memory node in
> skeleton64.dtsi to reflect the fact that the root node uses
> address-cells=2 and size-cells=2.
> 
> Change-Id: Ie9b61166143969e020ceebc51e9a384405d8c0f2
> Signed-off-by: Stepan Moskovchenko <stepanm@codeaurora.org>
> ---
>  arch/arm/boot/dts/skeleton64.dtsi |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Applied to mvebu/fixes-non-critical with Gregory's Ack an Change-Id
removed.

thx,

Jason.

> 
> diff --git a/arch/arm/boot/dts/skeleton64.dtsi b/arch/arm/boot/dts/skeleton64.dtsi
> index 1599415..b5d7f36 100644
> --- a/arch/arm/boot/dts/skeleton64.dtsi
> +++ b/arch/arm/boot/dts/skeleton64.dtsi
> @@ -9,5 +9,5 @@
>  	#size-cells = <2>;
>  	chosen { };
>  	aliases { };
> -	memory { device_type = "memory"; reg = <0 0>; };
> +	memory { device_type = "memory"; reg = <0 0 0 0>; };
>  };
> -- 
> The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
> hosted by The Linux Foundation
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2013-08-07 16:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-07  1:33 [PATCH] ARM: dts: Fix memory node in skeleton64.dtsi Stepan Moskovchenko
2013-08-07  1:33 ` Stepan Moskovchenko
2013-08-07  6:23 ` Gregory CLEMENT
2013-08-07  6:23   ` Gregory CLEMENT
2013-08-07 16:00   ` Jason Cooper
2013-08-07 16:00     ` Jason Cooper
2013-08-07 16:38 ` Jason Cooper
2013-08-07 16:38   ` Jason Cooper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.