From patchwork Mon Apr 7 22:49:41 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergei Shtylyov X-Patchwork-Id: 3947401 X-Patchwork-Delegate: lethal@linux-sh.org Return-Path: X-Original-To: patchwork-linux-sh@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 BF359BFF02 for ; Mon, 7 Apr 2014 22:49:48 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id EE69720256 for ; Mon, 7 Apr 2014 22:49:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5CA8D20221 for ; Mon, 7 Apr 2014 22:49:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756077AbaDGWtm (ORCPT ); Mon, 7 Apr 2014 18:49:42 -0400 Received: from mail-la0-f54.google.com ([209.85.215.54]:47939 "EHLO mail-la0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756070AbaDGWtm (ORCPT ); Mon, 7 Apr 2014 18:49:42 -0400 Received: by mail-la0-f54.google.com with SMTP id mc6so92067lab.41 for ; Mon, 07 Apr 2014 15:49:41 -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=Qoitel7lU+S9OI8XNWcg6UwfkoGWY+jQirEcLU1DQDo=; b=MjQhTxW19Bwfklb7Honz0otjeJcLpiZvBGiA+5Nk7ag1Jd3cNX2a9rkWmygaiMLQS+ UKJUgfXlHlH7nHpKPjFaVJ2tkecosUir2OWCGUVpL2NsbwzAwmqOU125mahph0SVR22u QesSAICIhoWa8aM5e2O88eQb5zjWkEewRWDfCqwbn1W53YqDMfRRlJ7ogwdfkwPmaejR S4yAft6uxTvvGiNibLggofgGap6gsbiKT3d6IqEDl9sTnWmDMRQGgp5egFm6VfDl55N/ xmV6C+SFAvxzGeca94z1hs1CIeRSfiKU2n8O4/1hPnWgB47Zw43PWmw092eo4Gh4miu7 C3mA== X-Gm-Message-State: ALoCoQl7K0Ukft9U+AXcSQhIgcf1c1M6G7Rp1vMYPsOT6uokA8c+slLGO7sA3LOZZCiKLdYbWbnG X-Received: by 10.112.54.135 with SMTP id j7mr52298lbp.94.1396910981016; Mon, 07 Apr 2014 15:49:41 -0700 (PDT) Received: from wasted.cogentembedded.com (ppp83-237-62-83.pppoe.mtu-net.ru. [83.237.62.83]) by mx.google.com with ESMTPSA id a2sm127605lbz.25.2014.04.07.15.49.39 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 07 Apr 2014 15:49:40 -0700 (PDT) From: Sergei Shtylyov Organization: Cogent Embedded To: horms@verge.net.au, linux-sh@vger.kernel.org, devicetree@vger.kernel.org, robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org Subject: [PATCH 1/2] ARM: shmobile: r8a7791: add internal PCI bridge nodes Date: Tue, 8 Apr 2014 02:49:41 +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 References: <201404080248.14139.sergei.shtylyov@cogentembedded.com> In-Reply-To: <201404080248.14139.sergei.shtylyov@cogentembedded.com> MIME-Version: 1.0 Message-Id: <201404080249.42211.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=-5.8 required=5.0 tests=BAYES_00, RCVD_IN_BL_SPAMCOP_NET, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, 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 Add device nodes for the R8A7791 internal PCI bridge devices. Signed-off-by: Sergei Shtylyov --- arch/arm/boot/dts/r8a7791.dtsi | 26 ++++++++++++++++++++++++++ 1 file changed, 26 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/r8a7791.dtsi =================================================================== --- renesas.orig/arch/arm/boot/dts/r8a7791.dtsi +++ renesas/arch/arm/boot/dts/r8a7791.dtsi @@ -875,4 +875,30 @@ #size-cells = <0>; status = "disabled"; }; + + pci0: pci@ee090000 { + compatible = "renesas,pci-r8a7791"; + clocks = <&mstp7_clks R8A7791_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>; + }; + + pci1: pci@ee0d0000 { + compatible = "renesas,pci-r8a7791"; + clocks = <&mstp7_clks R8A7791_CLK_EHCI>; + reg = <0x0 0xee0d0000 0x0 0xc00>, + <0x0 0xee0c0000 0x0 0x1100>; + interrupts = <0 113 IRQ_TYPE_LEVEL_HIGH>; + status = "disabled"; + + bus-range = <1 1>; + #address-cells = <3>; + #size-cells = <2>; + }; };