From patchwork Wed Aug 28 23:22:17 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 2851063 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id C06E4BF546 for ; Wed, 28 Aug 2013 23:23:38 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 02FAD2030D for ; Wed, 28 Aug 2013 23:23:38 +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 10301202F0 for ; Wed, 28 Aug 2013 23:23:37 +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 1VEp4k-000127-9s; Wed, 28 Aug 2013 23:22:59 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VEp4S-0003sX-Bx; Wed, 28 Aug 2013 23:22:40 +0000 Received: from mail-pb0-x231.google.com ([2607:f8b0:400e:c01::231]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VEp49-0003qC-OS for linux-arm-kernel@lists.infradead.org; Wed, 28 Aug 2013 23:22:24 +0000 Received: by mail-pb0-f49.google.com with SMTP id xb4so6819603pbc.8 for ; Wed, 28 Aug 2013 16:22:00 -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=rzhi4LMLD6vHICdR6TV2OAS88bUVurFgmBmdNTOYYcw=; b=lHPPRAzBPWwZDPCwSJQcDmX1mkWeSPPY6ig31dp/XcYKyH5eea/sUTI9t3MSP+ZJL4 /c902bkEgW5cs+u4/Wm9wFxA+w5l+dk4+oydVo1/3Zhqc7s4iCBoaojHsUAfK8sLErWn ZG5qUFEc71ZOQi/ME79lVToJH09GTENmKCMYwXGaYnpeNjka3scVb8h3kx3fpyQHVRxW oN/U1KP1n9fs2E9syzOaRoYtKKyC58PbE+BRqosdLKZi31fUDff+n0QRNw7mN+UFuynN BmQRoHasFZBHiZQQn57hZu9zQFmb8vNYyo36+CXMZf+GpmzhCIuPTqkdTBqnJKfI8sIs 7BbQ== X-Received: by 10.66.136.131 with SMTP id qa3mr1061594pab.77.1377732120142; Wed, 28 Aug 2013 16:22:00 -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 om2sm33703361pbc.30.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 28 Aug 2013 16:21:59 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Thu, 29 Aug 2013 08:22:17 +0900 Message-Id: <20130828232217.7321.62854.sendpatchset@w520> In-Reply-To: <20130828232148.7321.45739.sendpatchset@w520> References: <20130828232148.7321.45739.sendpatchset@w520> Subject: [PATCH v2 03/03] ARM: shmobile: Add r8a7790 CA15 CPU cores X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130828_192221_989663_FC6FD94B X-CRM114-Status: UNSURE ( 6.49 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) Cc: arnd@arndb.de, Sudeep.KarkadaNagesha@arm.com, Magnus Damm , horms@verge.net.au, olof@lixom.net, linux-arm-kernel@lists.infradead.org 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=-6.6 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=unavailable 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 r8a7790 for a total of 4 x CA15. Signed-off-by: Magnus Damm --- Changes since V1: - Got rid of APMU DT node arch/arm/boot/dts/r8a7790.dtsi | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) --- 0001/arch/arm/boot/dts/r8a7790.dtsi +++ work/arch/arm/boot/dts/r8a7790.dtsi 2013-08-28 21:00:55.000000000 +0900 @@ -24,6 +24,27 @@ reg = <0>; clock-frequency = <1300000000>; }; + + cpu1: cpu@1 { + device_type = "cpu"; + compatible = "arm,cortex-a15"; + reg = <1>; + clock-frequency = <1300000000>; + }; + + cpu2: cpu@2 { + device_type = "cpu"; + compatible = "arm,cortex-a15"; + reg = <2>; + clock-frequency = <1300000000>; + }; + + cpu3: cpu@3 { + device_type = "cpu"; + compatible = "arm,cortex-a15"; + reg = <3>; + clock-frequency = <1300000000>; + }; }; gic: interrupt-controller@f1001000 {