From patchwork Fri Jun 20 20:36:58 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergei Shtylyov X-Patchwork-Id: 4392561 Return-Path: X-Original-To: patchwork-linux-sh@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 40F179F383 for ; Fri, 20 Jun 2014 20:37:01 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 5DB1D203C4 for ; Fri, 20 Jun 2014 20:37:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 70834203DF for ; Fri, 20 Jun 2014 20:36:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758068AbaFTUgx (ORCPT ); Fri, 20 Jun 2014 16:36:53 -0400 Received: from mail-la0-f48.google.com ([209.85.215.48]:34400 "EHLO mail-la0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756730AbaFTUgv (ORCPT ); Fri, 20 Jun 2014 16:36:51 -0400 Received: by mail-la0-f48.google.com with SMTP id el20so2642488lab.21 for ; Fri, 20 Jun 2014 13:36:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:organization:to:subject:date:user-agent:cc :references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=Z/t0jGiF+oA1pTgicv/SaK2JOSghy4VcBLoPCL/n0Jk=; b=eevLQfUJLfiaHIY7hm4D1FpHURYpUwL0MRcPEdpr4P+zopPsI/GHCEBA7idov7t3wG tFLfnv99FNbxWUcMvyEc+xUQ5Zn7HK1FUJmzKTntIfu7Ked/JNHFihTKMB/bSDIg/PLT 5lNWNOZB3OnBJ8hGShSTAtAQZi6rEwooq5sDVR7ybkiLvJqyWpwtOeT1dcXDY5f0gLVj eH6Pe3pTh3yq5Dqmgjg9oXYslODox8t3nnch9bxwT6AGNW4j5PeEp/6J/XDLxWcf64s3 9yVmMIQ+fQ0AwoXNoGYIrudLdtAYy2OWTI5mMd1NubtKfvFxnJGtwDrZl5JUJ3ywchAX PawA== X-Gm-Message-State: ALoCoQlZi/mLksLemUfrNvEtoyxqrHEQVmDvQbt8dC7WLMfIBnDNbhtHDzjFloPVqmUSlz7kgS3H X-Received: by 10.152.5.194 with SMTP id u2mr4039579lau.1.1403296610222; Fri, 20 Jun 2014 13:36:50 -0700 (PDT) Received: from wasted.cogentembedded.com (ppp21-225.pppoe.mtu-net.ru. [81.195.21.225]) by mx.google.com with ESMTPSA id s5sm4096175lag.7.2014.06.20.13.36.48 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 20 Jun 2014 13:36:49 -0700 (PDT) From: Sergei Shtylyov Organization: Cogent Embedded To: horms@verge.net.au, linux-sh@vger.kernel.org, robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, devicetree@vger.kernel.org Subject: [PATCH v4 1/2] ARM: shmobile: r8a7790: add internal PCI bridge nodes Date: Sat, 21 Jun 2014 00:36:58 +0400 User-Agent: KMail/1.13.5 (Linux/2.6.32.26-175.fc12.i686.PAE; KDE/4.4.5; i686; ; ) Cc: magnus.damm@gmail.com, linux@arm.linux.org.uk, linux-arm-kernel@lists.infradead.org, ben.dooks@codethink.co.uk References: <201406210034.57784.sergei.shtylyov@cogentembedded.com> In-Reply-To: <201406210034.57784.sergei.shtylyov@cogentembedded.com> MIME-Version: 1.0 Message-Id: <201406210036.59693.sergei.shtylyov@cogentembedded.com> Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD, 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: Ben Dooks Add device nodes for the R8A7790 internal PCI bridge devices. Signed-off-by: Ben Dooks Reviewed-by: Ian Molton [Sergei: added interrupt-related properties to the PCI bridge nodes] Signed-off-by: Sergei Shtylyov --- Changes in version 4: - refreshed the patch. Changes in version 3: - added interrupt-related properties to the PCI bridge nodes; - refreshed the patch. Changes in version 2: - reworded summary (fixing typo) and changelog; - removed extra spaces before {; - refreshed the patch. arch/arm/boot/dts/r8a7790.dtsi | 54 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Index: renesas/arch/arm/boot/dts/r8a7790.dtsi =================================================================== --- renesas.orig/arch/arm/boot/dts/r8a7790.dtsi +++ renesas/arch/arm/boot/dts/r8a7790.dtsi @@ -930,6 +930,60 @@ status = "disabled"; }; + pci0: pci@ee090000 { + compatible = "renesas,pci-r8a7790"; + clocks = <&mstp7_clks R8A7790_CLK_EHCI>; + reg = <0x0 0xee090000 0x0 0xc00>, + <0x0 0xee080000 0x0 0x1100>; + interrupts = <0 108 IRQ_TYPE_LEVEL_HIGH>; + status = "disabled"; + + bus-range = <0 0>; + #address-cells = <3>; + #size-cells = <2>; + #interrupt-cells = <1>; + interrupt-map-mask = <0xff00 0 0 0x7>; + interrupt-map = <0x0000 0 0 1 &gic 0 108 IRQ_TYPE_LEVEL_HIGH + 0x0800 0 0 1 &gic 0 108 IRQ_TYPE_LEVEL_HIGH + 0x1000 0 0 2 &gic 0 108 IRQ_TYPE_LEVEL_HIGH>; + }; + + pci1: pci@ee0b0000 { + compatible = "renesas,pci-r8a7790"; + clocks = <&mstp7_clks R8A7790_CLK_EHCI>; + reg = <0x0 0xee0b0000 0x0 0xc00>, + <0x0 0xee0a0000 0x0 0x1100>; + interrupts = <0 112 IRQ_TYPE_LEVEL_HIGH>; + status = "disabled"; + + bus-range = <1 1>; + #address-cells = <3>; + #size-cells = <2>; + #interrupt-cells = <1>; + interrupt-map-mask = <0xff00 0 0 0x7>; + interrupt-map = <0x0000 0 0 1 &gic 0 112 IRQ_TYPE_LEVEL_HIGH + 0x0800 0 0 1 &gic 0 112 IRQ_TYPE_LEVEL_HIGH + 0x1000 0 0 2 &gic 0 112 IRQ_TYPE_LEVEL_HIGH>; + }; + + pci2: pci@ee0d0000 { + compatible = "renesas,pci-r8a7790"; + clocks = <&mstp7_clks R8A7790_CLK_EHCI>; + reg = <0x0 0xee0d0000 0x0 0xc00>, + <0x0 0xee0c0000 0x0 0x1100>; + interrupts = <0 113 IRQ_TYPE_LEVEL_HIGH>; + status = "disabled"; + + bus-range = <2 2>; + #address-cells = <3>; + #size-cells = <2>; + #interrupt-cells = <1>; + interrupt-map-mask = <0xff00 0 0 0x7>; + interrupt-map = <0x0000 0 0 1 &gic 0 113 IRQ_TYPE_LEVEL_HIGH + 0x0800 0 0 1 &gic 0 113 IRQ_TYPE_LEVEL_HIGH + 0x1000 0 0 2 &gic 0 113 IRQ_TYPE_LEVEL_HIGH>; + }; + pciec: pcie@fe000000 { compatible = "renesas,pcie-r8a7790"; reg = <0 0xfe000000 0 0x80000>;