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 X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0B3C1C07E95 for ; Mon, 19 Jul 2021 23:53:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D183260BBB for ; Mon, 19 Jul 2021 23:53:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240562AbhGSXLD (ORCPT ); Mon, 19 Jul 2021 19:11:03 -0400 Received: from mail-io1-f42.google.com ([209.85.166.42]:44599 "EHLO mail-io1-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1379206AbhGSUkc (ORCPT ); Mon, 19 Jul 2021 16:40:32 -0400 Received: by mail-io1-f42.google.com with SMTP id v26so21673975iom.11; Mon, 19 Jul 2021 14:20:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=raiog5253SxE12vV+UiSQQkE0yT8nRcpaRkSvQgu3/E=; b=DD5Kpp1gJ4kZNS+WolU0H3OTEUG8GRv60E+VzDb88aKBqP3nhAJi5DielBB4cfyEOD LmB5UUeVwdCaImDUpiP1FJC9z3jHIvELAzj6NtTjR1ounGlCh9h2xb0KsPGCEzUA2cDv xT6w6v+AmYjerNCVv2MKEpmHfZUdKI4omphOicHnLcnhq8J1BakH14RhyvLtn9Y4IVjW cdeMp0AcPMQiAcjM3Ovb1djYdQX80/1pcr7BOw6w5odZfIb5JmmO/Qi4UcgDAZMphxc3 rRMOs5fMfJl9BN4Kn0tTxaKj1B9umsXfKUWOkqBBBBK2lkrn6zkj42oN51oBACdkqCl+ VGQw== X-Gm-Message-State: AOAM532pFjGQrXAMMJoOnPocr3lIN1p7uw4ykAGyBJApDmsRlPdFuKEm FRCOtDiY3rckkILWFXSeBQ== X-Google-Smtp-Source: ABdhPJzHuJUA6pU6N8cr1hA0Fn0T//P5iRFY26E2QLesik1UmyP26LtnrN8vxpgaG2usj0ayO3B25w== X-Received: by 2002:a05:6638:538:: with SMTP id j24mr14151107jar.59.1626729601504; Mon, 19 Jul 2021 14:20:01 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id k13sm9821416ilv.18.2021.07.19.14.19.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jul 2021 14:20:00 -0700 (PDT) Received: (nullmailer pid 2572362 invoked by uid 1000); Mon, 19 Jul 2021 21:19:58 -0000 Date: Mon, 19 Jul 2021 15:19:58 -0600 From: Rob Herring To: Mauro Carvalho Chehab Cc: linuxarm@huawei.com, mauro.chehab@huawei.com, Bjorn Helgaas , JC Kuo , Jonathan Hunter , Sameer Pujar , Sowjanya Komatineni , Thierry Reding , Vidya Sagar , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, linux-tegra@vger.kernel.org Subject: Re: [PATCH v5 5/5] dt-bindings: arm64: tegra: fix pcie-ep DT nodes Message-ID: <20210719211958.GA2571127@robh.at.kernel.org> References: <15cf5067c0567614d5b186d006ebd88395d56b63.1626608375.git.mchehab+huawei@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <15cf5067c0567614d5b186d006ebd88395d56b63.1626608375.git.mchehab+huawei@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org On Sun, Jul 18, 2021 at 01:40:52PM +0200, Mauro Carvalho Chehab wrote: > As defined by Documentation/devicetree/bindings/pci/pci-ep.yaml, > PCIe endpoints match this pattern: > > properties: > $nodename: > pattern: "^pcie-ep@" > > Change the existing ones in order to avoid those warnings: > > arch/arm64/boot/dts/nvidia/tegra194-p3509-0000+p3668-0001.dt.yaml: pcie_ep@14160000: $nodename:0: 'pcie_ep@14160000' does not match '^pcie-ep@' > From schema: Documentation/devicetree/bindings/pci/snps,dw-pcie-ep.yaml > arch/arm64/boot/dts/nvidia/tegra194-p3509-0000+p3668-0001.dt.yaml: pcie_ep@14180000: $nodename:0: 'pcie_ep@14180000' does not match '^pcie-ep@' > From schema: Documentation/devicetree/bindings/pci/snps,dw-pcie-ep.yaml > arch/arm64/boot/dts/nvidia/tegra194-p3509-0000+p3668-0001.dt.yaml: pcie_ep@141a0000: $nodename:0: 'pcie_ep@141a0000' does not match '^pcie-ep@' > From schema: Documentation/devicetree/bindings/pci/snps,dw-pcie-ep.yaml > arch/arm64/boot/dts/nvidia/tegra194-p3509-0000+p3668-0000.dt.yaml: pcie_ep@14160000: $nodename:0: 'pcie_ep@14160000' does not match '^pcie-ep@' > From schema: Documentation/devicetree/bindings/pci/snps,dw-pcie-ep.yaml > arch/arm64/boot/dts/nvidia/tegra194-p3509-0000+p3668-0000.dt.yaml: pcie_ep@14180000: $nodename:0: 'pcie_ep@14180000' does not match '^pcie-ep@' > From schema: Documentation/devicetree/bindings/pci/snps,dw-pcie-ep.yaml > arch/arm64/boot/dts/nvidia/tegra194-p3509-0000+p3668-0000.dt.yaml: pcie_ep@141a0000: $nodename:0: 'pcie_ep@141a0000' does not match '^pcie-ep@' > From schema: Documentation/devicetree/bindings/pci/snps,dw-pcie-ep.yaml > arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dt.yaml: pcie_ep@14160000: $nodename:0: 'pcie_ep@14160000' does not match '^pcie-ep@' > From schema: Documentation/devicetree/bindings/pci/snps,dw-pcie-ep.yaml > arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dt.yaml: pcie_ep@14180000: $nodename:0: 'pcie_ep@14180000' does not match '^pcie-ep@' > From schema: Documentation/devicetree/bindings/pci/snps,dw-pcie-ep.yaml > arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dt.yaml: pcie_ep@141a0000: $nodename:0: 'pcie_ep@141a0000' does not match '^pcie-ep@' > From schema: Documentation/devicetree/bindings/pci/snps,dw-pcie-ep.yaml > > Signed-off-by: Mauro Carvalho Chehab > --- > .../devicetree/bindings/pci/nvidia,tegra194-pcie.txt | 2 +- > arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts | 2 +- > arch/arm64/boot/dts/nvidia/tegra194-p3509-0000.dtsi | 2 +- > arch/arm64/boot/dts/nvidia/tegra194.dtsi | 6 +++--- > 4 files changed, 6 insertions(+), 6 deletions(-) The Tegra maintainers should apply this one. Acked-by: Rob Herring