Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp713743pxj; Wed, 2 Jun 2021 09:32:57 -0700 (PDT) X-Google-Smtp-Source: ABdhPJys09814kl4B25zDxR+tjHSdTXpupAzwkvgVN9ZeirfyC2PhX/Qtjjy+eBZEJXnNqWBG5km X-Received: by 2002:a17:906:49ce:: with SMTP id w14mr35617997ejv.273.1622651577372; Wed, 02 Jun 2021 09:32:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1622651577; cv=none; d=google.com; s=arc-20160816; b=cyBJWUy15zT6zxZ5iTplE1/uyqAmFRlp8ZcdC3TUY46AX2A2CrSdzKmBIsWedZPuTr wrONGfr0uhdZuYQluQ7AxPVY3KaHLG0TrLky0hbGobYqu1fPNaTgKmM+P5rDt54mRvLc +FD+6kuobv/Y8wg5Dv+zvcR9ofzIsazx0cuFPvIXgwnFjLkHDgiVX8SZwGcfloe0gxvf BChoY+fqb3r6XPcmmWoOhYySKwd5n+GKit2RCAKDDl6e/DBEIy8REbI/jKD/3sr4IASY uFnKhv3SjghzWvDH6O0lFGvlEreUx56u8sjMdkr9uOcmi5LqaP0wU4qUnu9O5eSGt7z0 xD2Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:message-id:references:subject:in-reply-to:cc:to :from:date; bh=uo1Zr2ZlTCHK8HAx4cOImHYZdZIWEauJ7zHU9HFFrXs=; b=Ie06ci2t8UqXkGs3i5Ai62R06kIOAlsyA6j3pQmudFCPeGU4Qa4DT8Y+TKrIbw5iwR 9KSco6k9D/Q6LoUX2/nzFR8EuAZS+muuWzIkJY35U2E7lundTJ4zpiphbaTRzj67eRjP fQgqwKvFn5rmqsEQ1uwOfsMsx85ozE3f3yG3Kx1jMPrwEDERSkJNPMqycPcCmWz6/QeO 9JAF9aI4vdcKXH5O2wRAY8YEqZcG+qTeqlcSquTrvcyvTIxktFVnUJtE+Zmv3xIBW+4m cgdzRUiBEAJc/9oRIkWq6ydjJiJmQP9XQvcTx07d46hs63GdpvSjU7xogWunQyY3LHlj V7iA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id v7si292478edj.318.2021.06.02.09.32.34; Wed, 02 Jun 2021 09:32:57 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229755AbhFBQcU (ORCPT + 99 others); Wed, 2 Jun 2021 12:32:20 -0400 Received: from sibelius.xs4all.nl ([83.163.83.176]:57728 "EHLO sibelius.xs4all.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229583AbhFBQcS (ORCPT ); Wed, 2 Jun 2021 12:32:18 -0400 Received: from localhost (bloch.sibelius.xs4all.nl [local]) by bloch.sibelius.xs4all.nl (OpenSMTPD) with ESMTPA id d16ea0b5; Wed, 2 Jun 2021 18:30:33 +0200 (CEST) Date: Wed, 2 Jun 2021 18:30:33 +0200 (CEST) From: Mark Kettenis To: Rob Herring Cc: linux-pci@vger.kernel.org, marcan@marcan.st, robin.murphy@arm.com, devicetree@vger.kernel.org, kettenis@openbsd.org, maz@kernel.org, bhelgaas@google.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org In-Reply-To: <20210601203314.GA977583@robh.at.kernel.org> (message from Rob Herring on Tue, 1 Jun 2021 15:33:14 -0500) Subject: Re: [PATCH v2 1/2] dt-bindings: pci: Add DT bindings for apple,pcie References: <20210530224404.95917-1-mark.kettenis@xs4all.nl> <20210530224404.95917-2-mark.kettenis@xs4all.nl> <1622554330.029938.242360.nullmailer@robh.at.kernel.org> <20210601203314.GA977583@robh.at.kernel.org> Message-ID: <5613143777fa92ad@bloch.sibelius.xs4all.nl> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Date: Tue, 1 Jun 2021 15:33:14 -0500 > From: Rob Herring > > On Tue, Jun 01, 2021 at 08:32:10AM -0500, Rob Herring wrote: > > On Mon, 31 May 2021 00:44:00 +0200, Mark Kettenis wrote: > > > From: Mark Kettenis > > > > > > The Apple PCIe host controller is a PCIe host controller with > > > multiple root ports present in Apple ARM SoC platforms, including > > > various iPhone and iPad devices and the "Apple Silicon" Macs. > > > > > > Signed-off-by: Mark Kettenis > > > --- > > > .../devicetree/bindings/pci/apple,pcie.yaml | 167 ++++++++++++++++++ > > > MAINTAINERS | 1 + > > > 2 files changed, 168 insertions(+) > > > create mode 100644 Documentation/devicetree/bindings/pci/apple,pcie.yaml > > > > > > > My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' > > on your patch (DT_CHECKER_FLAGS is new in v5.13): > > > > yamllint warnings/errors: > > > > dtschema/dtc warnings/errors: > > Documentation/devicetree/bindings/pci/apple,pcie.example.dts:20:18: fatal error: dt-bindings/pinctrl/apple.h: No such file or directory > > 20 | #include > > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > Looking at the example, I don't think you need this header. Indeed. And I forgot to remove it in the respin. > Looks like irq.h is needed though. Hmm, apple-aic.h includes irq.h, but the current t8103.dtsi includes both. Similar situation with arm-gic.h and irq.h, where some DT files include both and others only include arm-gic.h. I can do it either way for v3.