From patchwork Thu Aug 12 07:55:50 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 496785 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.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, USER_AGENT_GIT autolearn=ham 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 A2BB3C4338F for ; Thu, 12 Aug 2021 07:55:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8749760FC4 for ; Thu, 12 Aug 2021 07:55:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233780AbhHLH4V (ORCPT ); Thu, 12 Aug 2021 03:56:21 -0400 Received: from mail.kernel.org ([198.145.29.99]:59424 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231520AbhHLH4V (ORCPT ); Thu, 12 Aug 2021 03:56:21 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 5F57160560; Thu, 12 Aug 2021 07:55:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1628754956; bh=0EaAW0LQ88r9WARCvYEfjdVQ4X+gcuRdOGqTvTOPYpM=; h=From:To:Cc:Subject:Date:From; b=hgO9W+RPucEMItNLpcywbI659JrMHlb9Ec0rT3D6dFk6ItiWTQQItPjrBJkmrOoXt lI0L1RDnBGsamowVwEBiPKO2IqBR8a0i85K3l/ncEOPymzBy10gEUkW2yKZWDYvAVk Sx9qcq4r2B4O9baQsDNMLfyu2URlGSUuZdh8X402Ym7Tw+Rz8cPyPnlR+bsn2f+13y pW50KkXQn0xyo54CCRkn2EUrKntrxJ1YYNts7/eCRDAMq9Ya1ae6W/3/DtIp4T1Fx/ JhytzAnOmdv4yudp4yCqw5/9OhVC2yYb6sxqLy8AAvOArfYidWFK8nYvzKRX2PZHLS 7Ir/Cu10du1Xw== Received: by mail.kernel.org with local (Exim 4.94.2) (envelope-from ) id 1mE5ZC-00DZ3i-9i; Thu, 12 Aug 2021 09:55:54 +0200 From: Mauro Carvalho Chehab To: Rob Herring Cc: linuxarm@huawei.com, mauro.chehab@huawei.com, Mauro Carvalho Chehab , Binghui Wang , Rob Herring , Xiaowei Song , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org Subject: [PATCH 0/2] Fix examples at pci/hisilicon,kirin-pcie.yaml Date: Thu, 12 Aug 2021 09:55:50 +0200 Message-Id: X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Sender: Mauro Carvalho Chehab Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Rob, This small series fix the HiKey960 and HiKey970 examples for the DT schema defined at pci/hisilicon,kirin-pcie.yaml, The first one fix bus-range for HiKey960. It is meant to suppress a resource conflict warning when PCI probe happens. I sent a separate patch to be applied by HiSilicon maintainers with the DTS change. The second one fix the topology of the PCIe bridge found at HiKey970. It matches the DTS file that I'll submit once everything gets merged. With such DT schema, all of_node sysfs files should be created, pointing to the right place. It also supresses the bus-range warnings. Please apply on your tree, as it depends on the other patches you already merged there. Thanks! Mauro Mauro Carvalho Chehab (2): dt-bindings: PCI: kirin: fix bus-range dt-bindings: PCI: kirin: fix HiKey970 example .../bindings/pci/hisilicon,kirin-pcie.yaml | 67 ++++++++++--------- 1 file changed, 37 insertions(+), 30 deletions(-)