From patchwork Tue Feb 9 08:14:52 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dirk Behme X-Patchwork-Id: 8258791 X-Patchwork-Delegate: horms@verge.net.au Return-Path: X-Original-To: patchwork-linux-renesas-soc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 2FFE1BEEE5 for ; Tue, 9 Feb 2016 08:15:07 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 68DA220265 for ; Tue, 9 Feb 2016 08:15:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3B6E820251 for ; Tue, 9 Feb 2016 08:15:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755364AbcBIIPB (ORCPT ); Tue, 9 Feb 2016 03:15:01 -0500 Received: from smtp6-v.fe.bosch.de ([139.15.237.11]:65024 "EHLO smtp6-v.fe.bosch.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755351AbcBIIO6 (ORCPT ); Tue, 9 Feb 2016 03:14:58 -0500 Received: from vsmta11.fe.internet.bosch.com (unknown [10.4.98.51]) by imta24.fe.bosch.de (Postfix) with ESMTP id 1DB65D801FD; Tue, 9 Feb 2016 09:14:56 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=de.bosch.com; s=2015-01-21; t=1455005696; bh=GoaiW2P9u57/9KKM4tO+AHEFsSPPXJ/qBmMLewD/wQU=; l=10; h=From:From:Reply-To:Sender; b=Ry4lfdqtWxl9tIUAEz0dTb83HF1smpPSxNe7zBe9hOpwgDmoggCyh4AJgiw19Xe/u 4sAN/2MZgGdcOYGTmXdBzpNS8swT7bC967b8fC16TaDxe7NP6mmCurvNWiKR/bLbFO zwmKa4+Pji56wgtxle7sPWkTMHG8icvw07k0Ne4A= Received: from FE-HUB1000.de.bosch.com (vsgw23.fe.internet.bosch.com [10.4.98.23]) by vsmta11.fe.internet.bosch.com (Postfix) with ESMTP id DC6202380483; Tue, 9 Feb 2016 09:14:55 +0100 (CET) Received: from hi-z5661.hi.de.bosch.com (10.34.211.2) by FE-HUB1000.de.bosch.com (10.4.103.107) with Microsoft SMTP Server id 14.3.195.1; Tue, 9 Feb 2016 09:14:55 +0100 Received: from hi-z5661.hi.de.bosch.com (localhost [127.0.0.1]) by hi-z5661.hi.de.bosch.com (Postfix) with ESMTP id E242B4015F; Tue, 9 Feb 2016 09:14:54 +0100 (CET) From: Dirk Behme To: , CC: , , Dirk Behme Subject: [PATCH] arm64: dts: r8a7795: Add GIC-400 virtual interfaces Date: Tue, 9 Feb 2016 09:14:52 +0100 Message-ID: <1455005692-9382-1-git-send-email-dirk.behme@de.bosch.com> X-Mailer: git-send-email 2.5.0 MIME-Version: 1.0 X-TM-AS-MML: disable X-TM-AS-Product-Ver: IMSS-7.1.0.1679-8.0.0.1202-22118.006 X-TMASE-MatchedRID: Xb+uQaho6utYXTxImR5ZvAwfhKwa9GwDbb9qvlMXO4J+CPuoK+vfzbtJ p0gQDlobRAjjCBWd1tWHQxcI1XsRw3qyC6rKfmjA+yCukNfq/Z6+CP3vLx6KVpjk0EbtghtXU7g EPucszGfIeZiR7hbulzlp3gzXftnEXHEPHmpuRH0URSScn+QSXt0H8LFZNFG76sBnwpOylLO0WZ wdVrNutTxlHeo1pnPzgMsy/gdO6TLv8jMJmEoD8cgjjGtjOV9Z+ct8Ev4uOzwWL8erOfjAoH1cY plBQQxTHzgUT3daeDIb1mWuENC5Oqcmqg40BkLbjineMlypRVEY61dnw7QU7H7cGd19dSFd Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Spam-Status: No, score=-7.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,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 Besides the distributor and the CPU interface the GIC-400 additionally supports the virtual interface control blocks and the virtual CPU interfaces. Add the physical base addresses and size for these. See http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0471b/index.html -> 3.2. GIC-400 register map and Linux kernel's Documentation/devicetree/bindings/interrupt-controller/arm,gic.txt for more details. Signed-off-by: Dirk Behme --- arch/arm64/boot/dts/renesas/r8a7795.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi b/arch/arm64/boot/dts/renesas/r8a7795.dtsi index 8f1ed23..0163967 100644 --- a/arch/arm64/boot/dts/renesas/r8a7795.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi @@ -130,7 +130,9 @@ #address-cells = <0>; interrupt-controller; reg = <0x0 0xf1010000 0 0x1000>, - <0x0 0xf1020000 0 0x2000>; + <0x0 0xf1020000 0 0x2000>, + <0x0 0xf1040000 0 0x2000>, + <0x0 0xf1060000 0 0x2000>; interrupts = ; };