From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from exprod5og106.obsmtp.com (exprod5og106.obsmtp.com [64.18.0.182]) by ozlabs.org (Postfix) with SMTP id 94C30B6F6E for ; Wed, 21 Mar 2012 13:22:37 +1100 (EST) Received: by dadp14 with SMTP id p14so933334dad.32 for ; Tue, 20 Mar 2012 19:22:35 -0700 (PDT) From: Mai La To: Benjamin Herrenschmidt , Paul Mackerras , Josh Boyer , Matt Porter , Tirumala R Marri , Grant Likely , Michael Neuling , Kumar Gala , Anton Blanchard , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: [PATCH] powerpc/44x: Support CPM for Maui APM821xxx SoC and Bluestone board Date: Wed, 21 Mar 2012 09:21:12 +0700 Message-Id: <1332296472-24734-1-git-send-email-mla@apm.com> Cc: Mai La List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , In this patch: - Add CPM node for Maui APM821xxx SoC and Bluestone board in DTS Signed-off-by: Mai La --- 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