From patchwork Wed Aug 7 22:55:50 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 2840652 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 213AA9F493 for ; Wed, 7 Aug 2013 22:56:43 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 428322050D for ; Wed, 7 Aug 2013 22:56:42 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5B8B32050C for ; Wed, 7 Aug 2013 22:56:41 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1V7CeR-0003gI-RA; Wed, 07 Aug 2013 22:56:20 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1V7CeF-0000Jz-W6; Wed, 07 Aug 2013 22:56:08 +0000 Received: from mail-pd0-x233.google.com ([2607:f8b0:400e:c02::233]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1V7Ce8-0000I5-C0 for linux-arm-kernel@lists.infradead.org; Wed, 07 Aug 2013 22:56:01 +0000 Received: by mail-pd0-f179.google.com with SMTP id v10so1915652pde.10 for ; Wed, 07 Aug 2013 15:55:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:in-reply-to:references:subject; bh=Tq9K1jKGyYI/pZHfI6xccg8YDzqahEwetyfB5k5qZSw=; b=h09kaOgwBNyKL4HW4o3sbZR7ZWI3YEYXeWM94/8JOlSjSnGyV8YYkphLVhLSfvOk7b M7bDKIK+pERJTKeGqNiOmm+oT3G4Bd4vRjw85kNLvtFrzQ7jDh3VCgSVU7S0lthT/vpk qM+NbQA5JxXbYokNPKuZklSE7cxDgViaIzQFD6J6EmhF+YaNpKKI3+wim/z9aqtpP4dp OlEZvVDUOdqcolz1wFtZt8Hwl4ivROAucIneGZFahkN+d2lm2Mu9WFJH6tOcru6xLYiu CSF5f/k8STw9KdTAHR7AnqnH6/yIu5SoFTZWTIzH2hKEkJ6tRO8/UdyykXdc1DlveAJ1 Tpwg== X-Received: by 10.68.254.138 with SMTP id ai10mr2874132pbd.151.1375916138729; Wed, 07 Aug 2013 15:55:38 -0700 (PDT) Received: from [127.0.0.1] (ac230065.ppp.asahi-net.or.jp. [183.77.230.65]) by mx.google.com with ESMTPSA id oj6sm12678202pab.9.2013.08.07.15.55.35 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 07 Aug 2013 15:55:37 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Thu, 08 Aug 2013 07:55:50 +0900 Message-Id: <20130807225550.9856.13251.sendpatchset@w520> In-Reply-To: <20130807225531.9856.18974.sendpatchset@w520> References: <20130807225531.9856.18974.sendpatchset@w520> Subject: [PATCH 02/02] ARM: shmobile: Add r8a73a4 CA15 CPU cores and APMU as DTS X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130807_185600_577431_1CED2B78 X-CRM114-Status: UNSURE ( 6.61 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) Cc: olof@lixom.net, horms@verge.net.au, Magnus Damm , linux-arm-kernel@lists.infradead.org, arnd@arndb.de X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Magnus Damm Add CA15 CPU cores to r8a73a4 for a total of 4 x CA15 and also add an APMU node for SMP power management. Signed-off-by: Magnus Damm --- arch/arm/boot/dts/r8a73a4.dtsi | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) --- 0001/arch/arm/boot/dts/r8a73a4.dtsi +++ work/arch/arm/boot/dts/r8a73a4.dtsi 2013-08-07 19:20:37.000000000 +0900 @@ -25,6 +25,33 @@ reg = <0>; clock-frequency = <1500000000>; }; + + cpu1: cpu@1 { + device_type = "cpu"; + compatible = "arm,cortex-a15"; + reg = <1>; + clock-frequency = <1500000000>; + }; + + cpu2: cpu@2 { + device_type = "cpu"; + compatible = "arm,cortex-a15"; + reg = <2>; + clock-frequency = <1500000000>; + }; + + cpu3: cpu@3 { + device_type = "cpu"; + compatible = "arm,cortex-a15"; + reg = <3>; + clock-frequency = <1500000000>; + }; + }; + + apmu@e6152000 { + compatible = "renesas,r8a73a4-apmu", "renesas,apmu"; + reg = <0 0xe6152000 0 0x88>; + cpus = <&cpu0 &cpu1 &cpu2 &cpu3>; }; gic: interrupt-controller@f1001000 {