From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 819AB1D90C5; Fri, 7 Feb 2025 23:44:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738971899; cv=none; b=psAjnaS8c9LSd/PMTikhIyLN1t2rPrdeNiqAPD+MJrP7UP9fJOOlk9qjyQWa+2uMurhgmaYlvXUxmixBxiWGdKODFBJes5S3affzuSRzWJMQgF949OdGHomH+s0/TJ6LfhARDFcmn169Scnw267S+jVbK9XYTwA0qPUxID40Nh4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738971899; c=relaxed/simple; bh=0OcYIgMuhOEeKZ02PL/wKdLJvCr/x2GC0bB/FCHa3js=; h=Date:Content-Type:MIME-Version:From:Cc:To:In-Reply-To:References: Message-Id:Subject; b=Q51Tm/BbbGJDF8bfy8IxVtHzCWywLPm0f8o1D1q2EYMItRrBk8V/Pe1ihxPlL52rzducqKNwNd2W4x2CiX1fd6ng5EMUYY+/66uNabJiojZJVDOUrcFYi0Y1/YvIWC6daE+97Hbn5wnHLf3hTNpQ5IQZhrG4jL1deqLhgJUqH9w= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=FcFD7E6x; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="FcFD7E6x" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B7666C4CED1; Fri, 7 Feb 2025 23:44:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1738971899; bh=0OcYIgMuhOEeKZ02PL/wKdLJvCr/x2GC0bB/FCHa3js=; h=Date:From:Cc:To:In-Reply-To:References:Subject:From; b=FcFD7E6x/lq9R9GSbnFWQ84X6jA3wHn8MV9k9BwUEU5Jy3GduQqYEh0TAxZg84hd6 U/1mtO4DOlNDyWNaUYLvCvf330mxj9hdZo3Ap9AdXSFLJzN989NVrfwM7hrblNq5Vg rBgXMw5MXP4WKs2vld+G4/TK0CCvjuFMv45Pt2rv7LGomPO/wwwhXgaUbVlAhiwJ0k FKpaEdfJWr8j/V+qutaVdWXkjF/AlONGhMFLYgFT7+ApRz3JHy5WCCZbmTdYAil683 nEtQYHSdNFhl0ynU/NrzOmE9kS6c2Mv3qEwGLvCA6rIlaSL+WsaycsHH/XLRHNOch/ 7FrFsFlmciVrg== Date: Fri, 07 Feb 2025 17:44:57 -0600 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk X-Mailing-List: linux-ide@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: "Rob Herring (Arm)" Cc: Richard Weinberger , linux-pci@vger.kernel.org, Nicholas Piggin , Herbert Xu , Christophe Leroy , Mark Brown , Vignesh Raghavendra , Krzysztof Kozlowski , linux-crypto@vger.kernel.org, imx@lists.linux.dev, Manivannan Sadhasivam , linuxppc-dev@lists.ozlabs.org, linux-spi@vger.kernel.org, =?utf-8?q?Krzysztof_Wilczy=C5=84ski?= , linux-kernel@vger.kernel.org, Miquel Raynal , =?utf-8?q?J=2E_Neusch=C3=A4fer?= , Vinod Koul , Michael Ellerman , Krzysztof Kozlowski , Wim Van Sebroeck , Niklas Cassel , linux-ide@vger.kernel.org, Lorenzo Pieralisi , Naveen N Rao , Madhavan Srinivasan , Damien Le Moal , devicetree@vger.kernel.org, dmaengine@vger.kernel.org, Scott Wood , Guenter Roeck , "David S. Miller" , Bjorn Helgaas , Conor Dooley , linux-watchdog@vger.kernel.org, Lee Jones , linux-mtd@lists.infradead.org To: =?utf-8?q?J=2E_Neusch=C3=A4fer?= In-Reply-To: <20250207-ppcyaml-v2-6-8137b0c42526@posteo.net> References: <20250207-ppcyaml-v2-0-8137b0c42526@posteo.net> <20250207-ppcyaml-v2-6-8137b0c42526@posteo.net> Message-Id: <173897189562.2630598.5483742714479681257.robh@kernel.org> Subject: Re: [PATCH v2 06/12] dt-bindings: pci: Convert fsl,mpc83xx-pcie to YAML On Fri, 07 Feb 2025 22:30:23 +0100, J. Neuschäfer wrote: > Formalise the binding for the PCI controllers in the Freescale MPC8xxx > chip family. Information about PCI-X-specific properties was taken from > fsl,pci.txt. The examples were taken from mpc8315erdb.dts and > xpedite5200_xmon.dts. > > Signed-off-by: J. Neuschäfer > --- > > V2: > - merge fsl,pci.txt into fsl,mpc8xxx-pci.yaml > - regroup compatible strings, list single-item values in one enum > - trim subject line (remove "binding") > - fix property order to comply with dts coding style > --- > .../devicetree/bindings/pci/fsl,mpc8xxx-pci.yaml | 115 +++++++++++++++++++++ > Documentation/devicetree/bindings/pci/fsl,pci.txt | 27 ----- > 2 files changed, 115 insertions(+), 27 deletions(-) > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: doc reference errors (make refcheckdocs): Warning: Documentation/devicetree/bindings/pci/fsl,mpc8xxx-pci.yaml references a file that doesn't exist: Documentation/devicetree/bindings/pci/fsl,pci.txt Documentation/devicetree/bindings/pci/fsl,mpc8xxx-pci.yaml: Documentation/devicetree/bindings/pci/fsl,pci.txt See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250207-ppcyaml-v2-6-8137b0c42526@posteo.net The base for the series is generally the latest rc1. A different dependency should be noted in *this* patch. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit after running the above command yourself. Note that DT_SCHEMA_FILES can be set to your schema file to speed up checking your schema. However, it must be unset to test all examples with your schema.