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: 1517311 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=p5towRMV; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4GpPww0Q7Nz9sXN for ; Tue, 17 Aug 2021 05:53:36 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231837AbhHPTyF (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: devicetree@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(-)