From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 98AE3C433F5 for ; Mon, 6 Dec 2021 19:44:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239791AbhLFTro (ORCPT ); Mon, 6 Dec 2021 14:47:44 -0500 Received: from mail-oi1-f179.google.com ([209.85.167.179]:41696 "EHLO mail-oi1-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245095AbhLFTro (ORCPT ); Mon, 6 Dec 2021 14:47:44 -0500 Received: by mail-oi1-f179.google.com with SMTP id u74so23359703oie.8; Mon, 06 Dec 2021 11:44:15 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=wfihAw8tyo1zNh4VJTiAyI88HJdV6X35dks0WWfJL2c=; b=GX2MwqEy7FAfBqIfSAUBM2opsBbqq1RoDk+zITpP9iwQzdzZTVjBwRUuyHxx6Yl6v2 O7sCUALUyk2MEJ5XMmgcJ3lil5nijysDwle4BYV8fkOUO47eIbj7J6T4au8WWpQD5bUS /Kvd0w4TlmQpTzJLL8clgr11hA7/JxaJ/3w97pZAeQFnjR2hbYE4IAi8JFBqp594Hc6L pSkcmi+/B5+f+5MhMPw0DyV8geLKVbtwyn3JX0X7nRtM2eGEx2bXaLFKZlPPFGzx/xMW 2PHtq7fWaYoNLM6sWfe4NPjmCn81WcCriW3DsEXc7Jai6Cm6tQOmegCswUoB8wzT6kTE Y76g== X-Gm-Message-State: AOAM532Qst7XQijamUIDb1IHQZhDvm2qH64aJhalGGhy1Tlqy/N+dbXy y+weG7ovcJC4TKCQCJ+iHA== X-Google-Smtp-Source: ABdhPJyJZUdf9lBNZX5yg4nfZjxGo3sVeUe+MvwzhJh5d71jS/HJ0OmZLOwxlAA5ffobrxPzoEozkg== X-Received: by 2002:a54:4191:: with SMTP id 17mr708499oiy.50.1638819854929; Mon, 06 Dec 2021 11:44:14 -0800 (PST) Received: from xps15.herring.priv (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.googlemail.com with ESMTPSA id s6sm3067855ois.3.2021.12.06.11.44.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 06 Dec 2021 11:44:14 -0800 (PST) From: Rob Herring To: Lorenzo Pieralisi , Tom Joseph , Bjorn Helgaas Cc: devicetree@vger.kernel.org, linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH] dt-bindings: PCI: cdns-ep: Fix 'unevaluatedProperties' warnings Date: Mon, 6 Dec 2021 13:44:13 -0600 Message-Id: <20211206194413.2469643-1-robh@kernel.org> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org With 'unevaluatedProperties' support implemented, the TI j721e endpoint binding example has a warning: Documentation/devicetree/bindings/pci/ti,j721e-pci-ep.example.dt.yaml: pcie-ep@d000000: Unevaluated properties are not allowed ('max-link-speed', 'num-lanes', 'max-functions' were unexpected) Adjust where pci-ep.yaml is referenced so that ti,j721e-pci-ep.yaml will include it. Cc: Tom Joseph Cc: Bjorn Helgaas Cc: linux-pci@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Rob Herring --- Documentation/devicetree/bindings/pci/cdns,cdns-pcie-ep.yaml | 1 - Documentation/devicetree/bindings/pci/cdns-pcie-ep.yaml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/pci/cdns,cdns-pcie-ep.yaml b/Documentation/devicetree/bindings/pci/cdns,cdns-pcie-ep.yaml index 651eee88989d..e6ef1012a580 100644 --- a/Documentation/devicetree/bindings/pci/cdns,cdns-pcie-ep.yaml +++ b/Documentation/devicetree/bindings/pci/cdns,cdns-pcie-ep.yaml @@ -11,7 +11,6 @@ maintainers: allOf: - $ref: "cdns-pcie-ep.yaml#" - - $ref: "pci-ep.yaml#" properties: compatible: diff --git a/Documentation/devicetree/bindings/pci/cdns-pcie-ep.yaml b/Documentation/devicetree/bindings/pci/cdns-pcie-ep.yaml index 21e8a8849076..baeafda36ebe 100644 --- a/Documentation/devicetree/bindings/pci/cdns-pcie-ep.yaml +++ b/Documentation/devicetree/bindings/pci/cdns-pcie-ep.yaml @@ -11,6 +11,7 @@ maintainers: allOf: - $ref: "cdns-pcie.yaml#" + - $ref: "pci-ep.yaml#" properties: cdns,max-outbound-regions: -- 2.32.0 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 995BDC433F5 for ; Mon, 6 Dec 2021 19:45:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=TzPglWAS48zstTxVrcuoq+Xd6B5KgvjOOLaIKb4xxz0=; b=QLeByM+Anf9Rdp Q7EkdkyCOkzKh3z3EaJDWLUotB2bpDftHaoPcqqdtZjMPiw+n4ax+r6iuMHvpze1yHbZr4oA1O+fJ u1nNTUjo1t1YRfys/QypQJaLiCy8eY9kdtsY1pWRdJbYraruSp1b5VqEAyQlQJ9sRmgzc5B5q+4S3 Yf9zOiau9vNfv3cVixDi4mSrO817h58gR25wlKPGwqf/C8stQown6u9MkKaq2Ux2qSRXDiKYnQ1+B 1wwn1gGsQgPHkBjegN+zsqk3CS2ZMZNLjfsl8cpMGcRC0ZYpSmQCCbliOd93rFYE+zwt4NODNS6VG /JAgOY0EZBPtzktV40Rw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1muJuV-005X5M-AQ; Mon, 06 Dec 2021 19:44:27 +0000 Received: from mail-oi1-f175.google.com ([209.85.167.175]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1muJuK-005X0b-9c for linux-arm-kernel@lists.infradead.org; Mon, 06 Dec 2021 19:44:17 +0000 Received: by mail-oi1-f175.google.com with SMTP id be32so23341836oib.11 for ; Mon, 06 Dec 2021 11:44:15 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=wfihAw8tyo1zNh4VJTiAyI88HJdV6X35dks0WWfJL2c=; b=tviS2iVyE5oYqMdVbnxAh7aMlvvQwrMUfYjPpvi6yWbV8I/Xpp2Chvmt+gPCI6eGdg UGNKfnGRaMMNqfqoYktMw+f/gGXrLoyIX+2xoZ+ioxxhE0zNK+LF6c5aVi+1GFm5dF5Q NaflD1xRUAR/r0uJO85E78pajK4j3Gw5qRVOU0+e7KLA/EG17MQJ/vD/htAKrRDgjla7 GluAKUPFx56HMTqdjX1YKwXr/etjCzRgxzOdzjwR0zTK8GV9yZaKkDFeKyOEgzssMTGV t1nimQfC6cCNW8xvqWm6pjR8GlU03HSZ5lXUlDzWLGT47McFiwtJUsM1zHWiEvuylHPI jhfg== X-Gm-Message-State: AOAM53008N6w9i/Axk0Sa+zZVwjDyunAVdrpjxz+44SO/Wt4itZTSVk/ w2LOFs86qfSfTMmmT8uYeg== X-Google-Smtp-Source: ABdhPJyJZUdf9lBNZX5yg4nfZjxGo3sVeUe+MvwzhJh5d71jS/HJ0OmZLOwxlAA5ffobrxPzoEozkg== X-Received: by 2002:a54:4191:: with SMTP id 17mr708499oiy.50.1638819854929; Mon, 06 Dec 2021 11:44:14 -0800 (PST) Received: from xps15.herring.priv (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.googlemail.com with ESMTPSA id s6sm3067855ois.3.2021.12.06.11.44.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 06 Dec 2021 11:44:14 -0800 (PST) From: Rob Herring To: Lorenzo Pieralisi , Tom Joseph , Bjorn Helgaas Cc: devicetree@vger.kernel.org, linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH] dt-bindings: PCI: cdns-ep: Fix 'unevaluatedProperties' warnings Date: Mon, 6 Dec 2021 13:44:13 -0600 Message-Id: <20211206194413.2469643-1-robh@kernel.org> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211206_114416_381642_2A6821EE X-CRM114-Status: GOOD ( 10.11 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org With 'unevaluatedProperties' support implemented, the TI j721e endpoint binding example has a warning: Documentation/devicetree/bindings/pci/ti,j721e-pci-ep.example.dt.yaml: pcie-ep@d000000: Unevaluated properties are not allowed ('max-link-speed', 'num-lanes', 'max-functions' were unexpected) Adjust where pci-ep.yaml is referenced so that ti,j721e-pci-ep.yaml will include it. Cc: Tom Joseph Cc: Bjorn Helgaas Cc: linux-pci@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Rob Herring --- Documentation/devicetree/bindings/pci/cdns,cdns-pcie-ep.yaml | 1 - Documentation/devicetree/bindings/pci/cdns-pcie-ep.yaml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/pci/cdns,cdns-pcie-ep.yaml b/Documentation/devicetree/bindings/pci/cdns,cdns-pcie-ep.yaml index 651eee88989d..e6ef1012a580 100644 --- a/Documentation/devicetree/bindings/pci/cdns,cdns-pcie-ep.yaml +++ b/Documentation/devicetree/bindings/pci/cdns,cdns-pcie-ep.yaml @@ -11,7 +11,6 @@ maintainers: allOf: - $ref: "cdns-pcie-ep.yaml#" - - $ref: "pci-ep.yaml#" properties: compatible: diff --git a/Documentation/devicetree/bindings/pci/cdns-pcie-ep.yaml b/Documentation/devicetree/bindings/pci/cdns-pcie-ep.yaml index 21e8a8849076..baeafda36ebe 100644 --- a/Documentation/devicetree/bindings/pci/cdns-pcie-ep.yaml +++ b/Documentation/devicetree/bindings/pci/cdns-pcie-ep.yaml @@ -11,6 +11,7 @@ maintainers: allOf: - $ref: "cdns-pcie.yaml#" + - $ref: "pci-ep.yaml#" properties: cdns,max-outbound-regions: -- 2.32.0 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel