Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp2440512pxj; Mon, 17 May 2021 01:20:23 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwyN4jlXxEuepS81FNNl7PmfEG2hsJ5yCERGsmH/UYU3BR3qh5kIjyolvb2wCHlqFHjEs11 X-Received: by 2002:a05:6402:40c:: with SMTP id q12mr37629145edv.0.1621239622807; Mon, 17 May 2021 01:20:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1621239622; cv=none; d=google.com; s=arc-20160816; b=tc7HV8+T48Nm/dBDJJaxMqaL7gW148krXzeFMgwHMp6E5ceboFpIjU5thTmu+XTPpd P0i1pUJ1bACK9i3/b/9VKTxUT5QI2NLojKILx6djaAmmwANUw/Hgy2MBzAlWO1gfFBwS lnoItnuQDR75NxRHA8E4BHBMwjyHg7ySbEH8LYRcaOhZHfpoHNofFA3RJHDQK0IyYNA9 ewwxG6/WQmSTbz2XA/GbQyQ9vMWNjWN7ybFsbzPXErMaBPsRClvjTrHW4t2i95kjn1Xk 1qbKv3ZzqYDpJKWhsGnD6sr8VkSkq44kMBo80t/Duf1krJ5qpWlkS50FaEGbMgWbDGIh bp8w== 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=Zp3PqsrcMgt9ohnIbmCvG3lv9Bx5AqWgpVQ8B6/5uP4=; b=MPTX06SxNYhoWLE7aOm4/02tXjfiF6OxxZhwj1ucTkwunpmt0uKt6UDpf1Sg/abgrm r7QHHUquKmFXXKw9+9G0WI5fpGnKrY6zLuwQSbf/QogG/tXobVsAQQ2BnoTZUMZtT1wV ArbmSHnXIQvzHhW+pMnNf4EZwck4iRiK805NSOm9OVqMeaOPDGe3S4f7pxnRy/7O1E2q U+nPAj/hxvBu/+2GgIhth2r5oCLsY/YUmihbNDDsQsVXMMK5XR1AqU5Tnr3XdNruWxL0 rJeeGskM6A9G2u7QzsIKPGHNu6wdxc7iE7j48x4I2Ml3enkFxYuF9kV4W/lg55kFnAM8 Itpg== 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 w6si13181880eja.590.2021.05.17.01.19.59; Mon, 17 May 2021 01:20:22 -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 S235492AbhEQIUH (ORCPT + 99 others); Mon, 17 May 2021 04:20:07 -0400 Received: from sibelius.xs4all.nl ([83.163.83.176]:58305 "EHLO sibelius.xs4all.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235433AbhEQISq (ORCPT ); Mon, 17 May 2021 04:18:46 -0400 Received: from localhost (bloch.sibelius.xs4all.nl [local]) by bloch.sibelius.xs4all.nl (OpenSMTPD) with ESMTPA id 97a99768; Mon, 17 May 2021 10:17:21 +0200 (CEST) Date: Mon, 17 May 2021 10:17:21 +0200 (CEST) From: Mark Kettenis To: Rob Herring Cc: arnd@arndb.de, devicetree@vger.kernel.org, robh+dt@kernel.org, maz@kernel.org, linux-arm-kernel@lists.infradead.org, marcan@marcan.st, linux-pci@vger.kernel.org, bhelgaas@google.com, linux-kernel@vger.kernel.org, kettenis@openbsd.org In-Reply-To: <1621218423.820656.1315835.nullmailer@robh.at.kernel.org> (message from Rob Herring on Sun, 16 May 2021 21:27:03 -0500) Subject: Re: [PATCH 1/2] dt-bindings: pci: Add DT bindings for apple,pcie References: <20210516211851.74921-1-mark.kettenis@xs4all.nl> <20210516211851.74921-2-mark.kettenis@xs4all.nl> <1621218423.820656.1315835.nullmailer@robh.at.kernel.org> Message-ID: <5612d6300212c4e1@bloch.sibelius.xs4all.nl> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > From: Rob Herring > Date: Sun, 16 May 2021 21:27:03 -0500 > > On Sun, 16 May 2021 23:18:46 +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 | 150 ++++++++++++++++++ > > MAINTAINERS | 1 + > > 2 files changed, 151 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 > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > compilation terminated. > make[1]: *** [scripts/Makefile.lib:380: Documentation/devicetree/bindings/pci/apple,pcie.example.dt.yaml] Error 1 > make[1]: *** Waiting for unfinished jobs.... > make: *** [Makefile:1416: dt_binding_check] Error 2 While that header file is part of the dependency mentioned in the cover letter, it isn't even needed. Will fix this when I spin v2. Sorry for the noise.