[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <169255610407.4142958.2451683336970751205.robh@kernel.org>
Date: Sun, 20 Aug 2023 13:28:24 -0500
From: Rob Herring <robh@...nel.org>
To: Adam Ford <aford173@...il.com>
Cc: alsa-devel@...a-project.org, aford@...conembedded.com,
Sascha Hauer <s.hauer@...gutronix.de>,
devicetree@...r.kernel.org,
Pengutronix Kernel Team <kernel@...gutronix.de>,
Conor Dooley <conor+dt@...nel.org>,
Rob Herring <robh+dt@...nel.org>, linux-kernel@...r.kernel.org,
Shawn Guo <shawnguo@...nel.org>,
Shengjiu Wang <shengjiu.wang@....com>,
Mark Brown <broonie@...nel.org>,
Liam Girdwood <lgirdwood@...il.com>,
NXP Linux Team <linux-imx@....com>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
linux-arm-kernel@...ts.infradead.org,
Fabio Estevam <festevam@...il.com>
Subject: Re: [PATCH 1/3] ASoC: dt-bindings: fsl_easrc: Add support for
imx8mp-easrc
On Sun, 20 Aug 2023 12:56:53 -0500, Adam Ford wrote:
> The i.MX8MP appears to have the same easrc support as the Nano, so
> add imx8mp as an option with a fallback to imx8mn.
>
> Signed-off-by: Adam Ford <aford173@...il.com>
>
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:
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/sound/fsl,easrc.example.dtb: easrc@...c0000: compatible: 'oneOf' conditional failed, one must be fixed:
['fsl,imx8mn-easrc'] is too short
'fsl,imx8mn-easrc' is not one of ['fsl,imx8mp-easrc']
from schema $id: http://devicetree.org/schemas/sound/fsl,easrc.yaml#
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20230820175655.206723-1-aford173@gmail.com
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.
Powered by blists - more mailing lists