[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <170981873072.2495513.10220063572625307394.robh@kernel.org>
Date: Thu, 07 Mar 2024 07:38:54 -0600
From: Rob Herring <robh@...nel.org>
To: AngeloGioacchino Del Regno <angelogioacchino.delregno@...labora.com>
Cc: matthias.bgg@...il.com, eugen.hristev@...labora.com,
devicetree@...r.kernel.org, nfraprado@...labora.com,
claudiu.beznea@...on.dev, zhourui@...qin.corp-partner.google.com,
broonie@...nel.org, wenst@...omium.org, dianders@...omium.org,
shane.chien@...iatek.com, linux-kernel@...r.kernel.org, lgirdwood@...il.com,
allen-kh.cheng@...iatek.com, shraash@...gle.com, frank.li@...o.com,
maso.huang@...iatek.com, perex@...ex.cz, jiaxin.yu@...iatek.com,
linux-mediatek@...ts.infradead.org, u.kleine-koenig@...gutronix.de,
alsa-devel@...a-project.org, trevor.wu@...iatek.com,
nicolas.ferre@...rochip.com, linux-sound@...r.kernel.org,
amergnat@...libre.com, kernel@...labora.com, tiwai@...e.com,
jarkko.nikula@...mer.com, linux-arm-kernel@...ts.infradead.org,
kuninori.morimoto.gx@...esas.com,
xiazhengqiao@...qin.corp-partner.google.com, ckeepax@...nsource.cirrus.com,
alpernebiyasak@...il.com, arnd@...db.de, krzysztof.kozlowski+dt@...aro.org,
conor+dt@...nel.org
Subject: Re: [PATCH v2 20/22] ASoC: dt-bindings: mt8186: Document
audio-routing and dai-link subnode
On Thu, 07 Mar 2024 12:44:43 +0100, AngeloGioacchino Del Regno wrote:
> Document the dai-link subnodes and the audio-routing property, allowing
> to describe machine specific audio hardware and links in device tree.
>
> While at it, also deprecate the old properties which were previously
> used with the driver's partially hardcoded configuration.
>
> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@...labora.com>
> ---
> .../sound/mt8186-mt6366-da7219-max98357.yaml | 112 ++++++++++++++++--
> .../sound/mt8186-mt6366-rt1019-rt5682s.yaml | 102 ++++++++++++++--
> 2 files changed, 199 insertions(+), 15 deletions(-)
>
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/mt8186-mt6366-rt1019-rt5682s.example.dtb: mt8186-sound: 'model' does not match any of the regexes: '.*-dai-link$', 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/sound/mt8186-mt6366-rt1019-rt5682s.yaml#
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240307114445.196981-21-angelogioacchino.delregno@collabora.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