From patchwork Mon Aug 16 19:53:24 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: 12439157 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=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 BCAB3C43216 for ; Mon, 16 Aug 2021 19:53:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A012F60FC3 for ; Mon, 16 Aug 2021 19:53:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231857AbhHPTyF (ORCPT ); Mon, 16 Aug 2021 15:54:05 -0400 Received: from mail.kernel.org ([198.145.29.99]:45106 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231545AbhHPTyB (ORCPT ); Mon, 16 Aug 2021 15:54:01 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id D5FF560FC3; Mon, 16 Aug 2021 19:53:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1629143609; bh=gcmrLJU4TvC/wzPpwVlFSMDTFAMNFOLCiOd3dT/Q/08=; h=From:To:Cc:Subject:Date:From; b=p5towRMVIXwXFXH5iLJYmr98bZb/IFPWuBZgNCOz3APke610XxnJtsCbmZtb3zBAZ 3eEPdev4eUQVHLHYorMBKJgYiItsLz815GoQ6Vxm/B99m4VpzOKV5i64wchwOrCIKk L/yJtErg20u8gPsFyjPk0CRicUgh2NYdCOLzuyUyjZIT3OEr84oC5NhrjKf8JK0lmf TMkwKq71alVeMpNMulcxqt4UrB/idkewT7L+goDipDkPfTGCnEGdPry9/Yf43xrqj4 ixER3Qc76lvRs8SUx+gwDaewJM+cIllukw/irj55ToffAjiLKMklBQSMlXaVSblIf/ iC3c/w5Apns+w== Received: by mail.kernel.org with local (Exim 4.94.2) (envelope-from ) id 1mFifn-003CSu-LG; Mon, 16 Aug 2021 21:53:27 +0200 From: Mauro Carvalho Chehab To: Rob Herring Cc: linuxarm@huawei.com, mauro.chehab@huawei.com, Mauro Carvalho Chehab , Binghui Wang , Xiaowei Song , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org Subject: [PATCH v2 0/2] Adjust HiKey examples for kirin-pcie Date: Mon, 16 Aug 2021 21:53:24 +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: linux-pci@vger.kernel.org Rob, As discussed on another thread, there are three issues at pci/hisilicon,kirin-pcie.yaml: - The bus-range parameters are causing warnings; - The Kirin970 example doesn't reflect the right device hierarchy, causing some of_node files under sysfs to not be initialized; - There is a wrong msi-parent node causing it to not work properly and to produce several warnings. This small series fix such issues. Mauro Carvalho Chehab (2): dt-bindings: PCI: kirin: fix bus-range dt-bindings: PCI: kirin: fix HiKey970 example .../bindings/pci/hisilicon,kirin-pcie.yaml | 66 ++++++++++--------- 1 file changed, 36 insertions(+), 30 deletions(-)