Received: by 10.192.165.156 with SMTP id m28csp135609imm; Tue, 17 Apr 2018 07:44:10 -0700 (PDT) X-Google-Smtp-Source: AIpwx4+PxPCSpglZnAYV8BayDEBAwgW6oY+QP8YroISwvryO+zzwA3nAkM8DKFaxZi+rcpQ9VDdA X-Received: by 10.98.163.145 with SMTP id q17mr1526786pfl.87.1523976250599; Tue, 17 Apr 2018 07:44:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1523976250; cv=none; d=google.com; s=arc-20160816; b=NbV7ira38jre/k8y26i7RiKQOhH0JXiVWogTsETDqWNrVZ9lz2zlCwvwHgCpPB2G/A gYqEERm8gDdn7ayVleca//EkEiJwU7aU+cD38SiiCQPp/3SxL5skqnko4ahif8TndtaH /VdRWmRTO6WQEzWyyFtDksTvsKpiBSod2L6HVA3ohOa2V+lDxf4eZPdn1B26HDDGKCy4 1DRlM7qdi32TpRpU9oZ46zB2plSi7EAuELaDETpoz/PZbQ/A4qfC2diK/oMV4g10wpKX mdIjmST8+Zb1nxRA/QU8Z4Ns3x5mUUfBy+nc7vcZsadxn3ZCkaLPW9TPoANaa9uz1JOC xc6A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=Jxc/k++ZfagJKOKqYD3lW64bVtiBFI4JHdShM9cEbws=; b=QkeTA4sbC3yOsr1s3VbLz5z6eERZtLbV+r1zrg+UyIRr0AlPS95krDQNsn14j85/pZ Jn+Rn4pEVlXkPnNYYy1QC4SMCla9oqDa/GSpydc2VKajbDURPYRI6RscuUsdrkTeQAYz /i3sqE9S0n8YLZwztViXhH2XCPn7NDkxfKtiY/aH0YlkkkumFITD2CM+pB+MkMxG2LM4 7fitE6H4aup8EeetPfaFwrV8/EtWABcjBcoKKNkJFKgw44KFEakMAtJmgVBPwzXFFrFq aRO3UEykQEsWxDEq0YrmOdocT1Ft2JtwyUIgk8M2YECYhr+2FlkMfSD1MkgWkflpZsmI 4NZw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=synopsys.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y96-v6si296821plh.370.2018.04.17.07.43.56; Tue, 17 Apr 2018 07:44:10 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=synopsys.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754010AbeDQOmD (ORCPT + 99 others); Tue, 17 Apr 2018 10:42:03 -0400 Received: from smtprelay4.synopsys.com ([198.182.47.9]:35807 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753614AbeDQOeg (ORCPT ); Tue, 17 Apr 2018 10:34:36 -0400 Received: from mailhost.synopsys.com (mailhost3.synopsys.com [10.12.238.238]) by smtprelay.synopsys.com (Postfix) with ESMTP id CB35524E16E4; Tue, 17 Apr 2018 07:34:35 -0700 (PDT) Received: from pt02.synopsys.com (pt02.internal.synopsys.com [10.107.23.240]) by mailhost.synopsys.com (Postfix) with ESMTP id 708743F32; Tue, 17 Apr 2018 07:34:35 -0700 (PDT) Received: from UbuntuMate-64Bits.internal.synopsys.com (gustavo-e7480.internal.synopsys.com [10.107.25.102]) by pt02.synopsys.com (Postfix) with ESMTP id B3FA13E76F; Tue, 17 Apr 2018 15:34:34 +0100 (WEST) From: Gustavo Pimentel To: bhelgaas@google.com, lorenzo.pieralisi@arm.com, Joao.Pinto@synopsys.com, jingoohan1@gmail.com, kishon@ti.com, robh+dt@kernel.org, mark.rutland@arm.com Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, gustavo.pimentel@synopsys.com Subject: [PATCH v5 04/10] bindings: PCI: designware: Add support for the EP in Designware driver Date: Tue, 17 Apr 2018 15:34:22 +0100 Message-Id: <44c1ed8bb6f64d1024b7d6aaf783806850a2699a.1523973931.git.gustavo.pimentel@synopsys.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: References: In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add device tree binding documentation for the Endpoint in PCIe Designware driver. Signed-off-by: Gustavo Pimentel Reviewed-by: Rob Herring --- Change v1->v2: - Add a missing log description. - Add "snps,dw-pcie" compatible string following Kishon's suggestion. Change v2->v3: - Reverted pcie_ep name to pcie. Changes v3->v4: - Reverted "snps,dw-pcie-rc" compatible string requested by Rob Herring. Changes v4->v5: - Removed device_type entry from EP requested by Rob Herring. Documentation/devicetree/bindings/pci/designware-pcie.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Documentation/devicetree/bindings/pci/designware-pcie.txt b/Documentation/devicetree/bindings/pci/designware-pcie.txt index 7f9804d..c124f9b 100644 --- a/Documentation/devicetree/bindings/pci/designware-pcie.txt +++ b/Documentation/devicetree/bindings/pci/designware-pcie.txt @@ -3,6 +3,7 @@ Required properties: - compatible: "snps,dw-pcie" for RC mode; + "snps,dw-pcie-ep" for EP mode; - reg: Should contain the configuration address space. - reg-names: Must be "config" for the PCIe configuration space. (The old way of getting the configuration address space from "ranges" @@ -56,3 +57,14 @@ Example configuration: #interrupt-cells = <1>; num-lanes = <1>; }; +or + pcie: pcie@dfc00000 { + compatible = "snps,dw-pcie-ep"; + reg = <0xdfc00000 0x0001000>, /* IP registers 1 */ + <0xdfc01000 0x0001000>, /* IP registers 2 */ + <0xd0000000 0x2000000>; /* Configuration space */ + reg-names = "dbi", "dbi2", "addr_space"; + num-ib-windows = <6>; + num-ob-windows = <2>; + num-lanes = <1>; + }; -- 2.7.4