linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] powerpc/44x: Support CPM for Maui APM821xxx SoC and Bluestone board
@ 2012-03-21  2:21 Mai La
  2012-03-24 19:48 ` Grant Likely
  0 siblings, 1 reply; 2+ messages in thread
From: Mai La @ 2012-03-21  2:21 UTC (permalink / raw)
  To: Benjamin Herrenschmidt, Paul Mackerras, Josh Boyer, Matt Porter,
	Tirumala R Marri, Grant Likely, Michael Neuling, Kumar Gala,
	Anton Blanchard, linuxppc-dev, linux-kernel
  Cc: Mai La

In this patch:
- Add CPM node for Maui APM821xxx SoC and Bluestone board in DTS

Signed-off-by: Mai La <mla@apm.com>
---
 arch/powerpc/boot/dts/bluestone.dts |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/boot/dts/bluestone.dts b/arch/powerpc/boot/dts/bluestone.dts
index 2a56a0d..15a9516 100644
--- a/arch/powerpc/boot/dts/bluestone.dts
+++ b/arch/powerpc/boot/dts/bluestone.dts
@@ -117,6 +117,15 @@
 		dcr-reg = <0x00c 0x002>;
 	};
 
+	CPM0: cpm {
+		compatible = "ibm, cpm-apm821xx", "ibm,cpm";
+		cell-index = <0>;
+		dcr-reg = <0x160 0x003>;
+		er-offset = <0>;
+		idle-doze = <0x02000000>;
+		standby = <0x302570F0>;
+	};
+
 	plb {
 		compatible = "ibm,plb4";
 		#address-cells = <2>;
-- 
1.7.3.4

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

* Re: [PATCH] powerpc/44x: Support CPM for Maui APM821xxx SoC and Bluestone board
  2012-03-21  2:21 [PATCH] powerpc/44x: Support CPM for Maui APM821xxx SoC and Bluestone board Mai La
@ 2012-03-24 19:48 ` Grant Likely
  0 siblings, 0 replies; 2+ messages in thread
From: Grant Likely @ 2012-03-24 19:48 UTC (permalink / raw)
  To: Mai La, Benjamin Herrenschmidt, Paul Mackerras, Josh Boyer,
	Matt Porter, Tirumala R Marri, Michael Neuling, Kumar Gala,
	Anton Blanchard, linuxppc-dev, linux-kernel
  Cc: Mai La

On Wed, 21 Mar 2012 09:21:12 +0700, Mai La <mla@apm.com> wrote:
> In this patch:
> - Add CPM node for Maui APM821xxx SoC and Bluestone board in DTS
> 
> Signed-off-by: Mai La <mla@apm.com>
> ---
>  arch/powerpc/boot/dts/bluestone.dts |    9 +++++++++
>  1 files changed, 9 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/powerpc/boot/dts/bluestone.dts b/arch/powerpc/boot/dts/bluestone.dts
> index 2a56a0d..15a9516 100644
> --- a/arch/powerpc/boot/dts/bluestone.dts
> +++ b/arch/powerpc/boot/dts/bluestone.dts
> @@ -117,6 +117,15 @@
>  		dcr-reg = <0x00c 0x002>;
>  	};
>  
> +	CPM0: cpm {
> +		compatible = "ibm, cpm-apm821xx", "ibm,cpm";
                                  ^
Is that a typo?

> +		cell-index = <0>;
> +		dcr-reg = <0x160 0x003>;
> +		er-offset = <0>;
> +		idle-doze = <0x02000000>;
> +		standby = <0x302570F0>;
> +	};
> +
>  	plb {
>  		compatible = "ibm,plb4";
>  		#address-cells = <2>;
> -- 
> 1.7.3.4
> 

-- 
Grant Likely, B.Sc, P.Eng.
Secret Lab Technologies,Ltd.

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

end of thread, other threads:[~2012-03-25  0:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-21  2:21 [PATCH] powerpc/44x: Support CPM for Maui APM821xxx SoC and Bluestone board Mai La
2012-03-24 19:48 ` Grant Likely

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).