From patchwork Wed Feb 26 23:13:45 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 3728951 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 445279F2ED for ; Wed, 26 Feb 2014 23:14:09 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 6496A2020F for ; Wed, 26 Feb 2014 23:14:08 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 7A311200E9 for ; Wed, 26 Feb 2014 23:14:07 +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 1WInf7-00025m-Et; Wed, 26 Feb 2014 23:13:14 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WInex-0003SP-KX; Wed, 26 Feb 2014 23:13:03 +0000 Received: from mail-pd0-x22c.google.com ([2607:f8b0:400e:c02::22c]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WInej-0003Py-3I for linux-arm-kernel@lists.infradead.org; Wed, 26 Feb 2014 23:12:50 +0000 Received: by mail-pd0-f172.google.com with SMTP id p10so1595994pdj.3 for ; Wed, 26 Feb 2014 15:12:26 -0800 (PST) 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=u2+HvFJ1rw7iCk2HtWqChV/rgbtVvB7e4KwLlcpHPdM=; b=y4w59jHbGUhz8VvrnXVrwn3LOKHHFG7XJyv/AgmZVSPg0gM8wwlKJ/fAoypFDQQdIh IC4g51d9KJItKf3nAuljjD4/bDaQ9OzdVMcLeFoBU7amnZrVfl1bKeGw+O+BxF6OIuBy DHTZBbYxHjf3POFHaYht3P7uJuZMd5egH0xd/KsHmOfB9K3Xw3Gmz+r/o6HhlUaeaKls CLbutIKtq4bR7Y6JAabXACuvpAHFYEcx52XboNPimbzLMEYuF/bpKVXYTGUbjDRTW0rf kQWP0DBBuK8FATDIkpF6eZfZr7mirJ6yrHK9v5hRw7rn9USZBVFKbiWLsrzuEh6a8Lps exDw== X-Received: by 10.68.196.226 with SMTP id ip2mr9687586pbc.106.1393456346533; Wed, 26 Feb 2014 15:12:26 -0800 (PST) Received: from [127.0.0.1] (s214090.ppp.asahi-net.or.jp. [220.157.214.90]) by mx.google.com with ESMTPSA id xs1sm16482345pac.7.2014.02.26.15.12.24 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 26 Feb 2014 15:12:25 -0800 (PST) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Thu, 27 Feb 2014 08:13:45 +0900 Message-Id: <20140226231345.4303.19244.sendpatchset@w520> In-Reply-To: <20140226231326.4303.71886.sendpatchset@w520> References: <20140226231326.4303.71886.sendpatchset@w520> Subject: [PATCH 02/02] ARM: shmobile: Add CCI nodes to r8a7790 DTS X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140226_181249_290459_44BBA65B X-CRM114-Status: UNSURE ( 7.68 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) Cc: horms@verge.net.au, Magnus Damm , linux-arm-kernel@lists.infradead.org, Sudeep.Holla@arm.com 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=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 CCI nodes to the r8a7790 SoC DTSI file. Signed-off-by: Magnus Damm --- arch/arm/boot/dts/r8a7790.dtsi | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) --- 0001/arch/arm/boot/dts/r8a7790.dtsi +++ work/arch/arm/boot/dts/r8a7790.dtsi 2014-02-27 07:59:13.000000000 +0900 @@ -35,6 +35,7 @@ compatible = "arm,cortex-a15"; reg = <0>; clock-frequency = <1300000000>; + cci-control-port = <&cci_control1>; }; cpu1: cpu@1 { @@ -42,6 +43,7 @@ compatible = "arm,cortex-a15"; reg = <1>; clock-frequency = <1300000000>; + cci-control-port = <&cci_control1>; }; cpu2: cpu@2 { @@ -49,6 +51,7 @@ compatible = "arm,cortex-a15"; reg = <2>; clock-frequency = <1300000000>; + cci-control-port = <&cci_control1>; }; cpu3: cpu@3 { @@ -56,6 +59,7 @@ compatible = "arm,cortex-a15"; reg = <3>; clock-frequency = <1300000000>; + cci-control-port = <&cci_control1>; }; cpu4: cpu@4 { @@ -63,6 +67,7 @@ compatible = "arm,cortex-a7"; reg = <0x100>; clock-frequency = <780000000>; + cci-control-port = <&cci_control2>; }; cpu5: cpu@5 { @@ -70,6 +75,7 @@ compatible = "arm,cortex-a7"; reg = <0x101>; clock-frequency = <780000000>; + cci-control-port = <&cci_control2>; }; cpu6: cpu@6 { @@ -77,6 +83,7 @@ compatible = "arm,cortex-a7"; reg = <0x102>; clock-frequency = <780000000>; + cci-control-port = <&cci_control2>; }; cpu7: cpu@7 { @@ -84,6 +91,7 @@ compatible = "arm,cortex-a7"; reg = <0x103>; clock-frequency = <780000000>; + cci-control-port = <&cci_control2>; }; }; @@ -99,6 +107,26 @@ interrupts = <1 9 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>; }; + cci@f0090000 { + compatible = "arm,cci-400"; + #address-cells = <1>; + #size-cells = <1>; + reg = <0 0xf0090000 0 0x1000>; + ranges = <0x0 0x0 0xf0090000 0x10000>; + + cci_control1: slave-if@4000 { + compatible = "arm,cci-400-ctrl-if"; + interface-type = "ace"; + reg = <0x4000 0x1000>; + }; + + cci_control2: slave-if@5000 { + compatible = "arm,cci-400-ctrl-if"; + interface-type = "ace"; + reg = <0x5000 0x1000>; + }; + }; + gpio0: gpio@e6050000 { compatible = "renesas,gpio-r8a7790", "renesas,gpio-rcar"; reg = <0 0xe6050000 0 0x50>;