From patchwork Wed Jul 19 10:20:50 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Minda Chen X-Patchwork-Id: 122529 Return-Path: Delivered-To: ouuuleilei@gmail.com Received: by 2002:a59:c923:0:b0:3e4:2afc:c1 with SMTP id j3csp2337347vqt; Wed, 19 Jul 2023 03:29:54 -0700 (PDT) X-Google-Smtp-Source: APBJJlG6TJOPeJtzDFnZKzo1Id+a0KaemUHO1OpF1+6kyE6tN4nwYv4IbPYNuwTCbSqcOIochQko X-Received: by 2002:a17:906:d04d:b0:997:e385:6597 with SMTP id bo13-20020a170906d04d00b00997e3856597mr2079581ejb.45.1689762593732; Wed, 19 Jul 2023 03:29:53 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1689762593; cv=none; d=google.com; s=arc-20160816; b=MWmQA7P3NN0sS2cIeAl7Sj6PAuEzCYmEgGgKBiDMcI652fh+u2rxMN83GZogSBdRfT O/aVVMzyt+cdcmB4l7S36eTS93QXqlWEnmC0IXK9R0y5mQVtIfHJr0rnGVRslbvIA9g0 kn7RUSVzOwvDjJdV8O6v2SKEYGCGswIU4j3hSRoAWW0hgiFfjCn+cwB7kMq/ONy+CDWn rFpj9Vf/apigWychPlnAlNye+ydgcqkCxHI2nAe3KP739y193iu6F8WE4ozbP98uzcPZ BUQGdsmiA3IN5uxSP4ULMkWUCqCaS2hR7BdfY7a5NZw8wKdpVubNxcYwg3u/j7xZrGTy hsKQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:references:in-reply-to:message-id :date:subject:cc:to:from; bh=G1bXTu3MXetgp7yWqedPY0yHh5cZ09z3KiNFYLtcS5I=; fh=d7kWbhDXUUwg3/pUZd6mzQXiPEgw5Ezg/At26C3Qzq0=; b=Jn7qolDd1Vu0F2vZ0p6CuILNLe6bQmV0kgIVO8vi7xXqwuBK4FGdUPE8z/jbqKZPt/ MzZ9MxiSySiNQmAxRAlNV22q73oiEpgq6ibmbIFGa+32eOTN8UjqA4JntGHksjwNSmhw VqjB9yq9tp5qvUywoil/8t9RnevzWaH9A7ojBYcVGuaPGg6dyOypXGa8cSgCY6nDukHY B8sOKbMSBRy6n01ptoIWoEmuym9k6VQMiOdhwTfODnR4u+bp6J0hSfrUsvGkYiHiTtMk 577zK+Z5LnMyvMICcFc/XHBMja3m+os8GyVhI4FxhZJtN+C1pt0qEJRT7LWpUhhrFzsw 5+SA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id w20-20020a17090652d400b0099364d9f0e4si2547437ejn.278.2023.07.19.03.29.29; Wed, 19 Jul 2023 03:29:53 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230343AbjGSKVJ (ORCPT + 99 others); Wed, 19 Jul 2023 06:21:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42948 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230031AbjGSKVE (ORCPT ); Wed, 19 Jul 2023 06:21:04 -0400 Received: from fd01.gateway.ufhost.com (fd01.gateway.ufhost.com [61.152.239.71]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4E2DE1FC4; Wed, 19 Jul 2023 03:21:03 -0700 (PDT) Received: from EXMBX166.cuchost.com (unknown [175.102.18.54]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "EXMBX166", Issuer "EXMBX166" (not verified)) by fd01.gateway.ufhost.com (Postfix) with ESMTP id E88668175; Wed, 19 Jul 2023 18:21:01 +0800 (CST) Received: from EXMBX171.cuchost.com (172.16.6.91) by EXMBX166.cuchost.com (172.16.6.76) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Wed, 19 Jul 2023 18:21:02 +0800 Received: from ubuntu.localdomain (113.72.147.86) by EXMBX171.cuchost.com (172.16.6.91) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Wed, 19 Jul 2023 18:21:00 +0800 From: Minda Chen To: Daire McNamara , Conor Dooley , Rob Herring , Krzysztof Kozlowski , Bjorn Helgaas , Lorenzo Pieralisi , =?utf-8?q?Krzysztof_Wilczy=C5=84?= =?utf-8?q?ski?= , Emil Renner Berthing CC: , , , , Paul Walmsley , Palmer Dabbelt , Albert Ou , Philipp Zabel , Mason Huo , Leyfoon Tan , Kevin Xie , Minda Chen Subject: [PATCH v1 2/9] dt-bindings: PCI: microchip: Remove the PLDA common properties Date: Wed, 19 Jul 2023 18:20:50 +0800 Message-ID: <20230719102057.22329-3-minda.chen@starfivetech.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20230719102057.22329-1-minda.chen@starfivetech.com> References: <20230719102057.22329-1-minda.chen@starfivetech.com> MIME-Version: 1.0 X-Originating-IP: [113.72.147.86] X-ClientProxiedBy: EXCAS066.cuchost.com (172.16.6.26) To EXMBX171.cuchost.com (172.16.6.91) X-YovoleRuleAgent: yovoleflag X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_BLOCKED,SPF_HELO_PASS,SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org X-getmail-retrieved-from-mailbox: INBOX X-GMAIL-THRID: 1771844501531512905 X-GMAIL-MSGID: 1771844501531512905 Add plda,xpressrich-pcie-common.yaml reference and remove the PLDA XpressRICH PCIe host common properties. Signed-off-by: Minda Chen --- .../bindings/pci/microchip,pcie-host.yaml | 45 +------------------ 1 file changed, 1 insertion(+), 44 deletions(-) diff --git a/Documentation/devicetree/bindings/pci/microchip,pcie-host.yaml b/Documentation/devicetree/bindings/pci/microchip,pcie-host.yaml index f7a3c2636355..cf2a14e9b91b 100644 --- a/Documentation/devicetree/bindings/pci/microchip,pcie-host.yaml +++ b/Documentation/devicetree/bindings/pci/microchip,pcie-host.yaml @@ -11,20 +11,13 @@ maintainers: allOf: - $ref: /schemas/pci/pci-bus.yaml# + - $ref: plda,xpressrich-pcie-common.yaml# - $ref: /schemas/interrupt-controller/msi-controller.yaml# properties: compatible: const: microchip,pcie-host-1.0 # PolarFire - reg: - maxItems: 2 - - reg-names: - items: - - const: cfg - - const: apb - clocks: description: Fabric Interface Controllers, FICs, are the interface between the FPGA @@ -52,18 +45,6 @@ properties: items: pattern: '^fic[0-3]$' - interrupts: - minItems: 1 - items: - - description: PCIe host controller - - description: builtin MSI controller - - interrupt-names: - minItems: 1 - items: - - const: pcie - - const: msi - ranges: maxItems: 1 @@ -71,30 +52,6 @@ properties: minItems: 1 maxItems: 6 - msi-controller: - description: Identifies the node as an MSI controller. - - msi-parent: - description: MSI controller the device is capable of using. - - interrupt-controller: - type: object - properties: - '#address-cells': - const: 0 - - '#interrupt-cells': - const: 1 - - interrupt-controller: true - - required: - - '#address-cells' - - '#interrupt-cells' - - interrupt-controller - - additionalProperties: false - required: - reg - reg-names