[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <170981873007.2495472.10889414408252370603.robh@kernel.org>
Date: Thu, 07 Mar 2024 07:38:51 -0600
From: Rob Herring <robh@...nel.org>
To: AngeloGioacchino Del Regno <angelogioacchino.delregno@...labora.com>
Cc: linux-arm-kernel@...ts.infradead.org, shane.chien@...iatek.com,
nicolas.ferre@...rochip.com, perex@...ex.cz, allen-kh.cheng@...iatek.com,
linux-sound@...r.kernel.org, dianders@...omium.org,
krzysztof.kozlowski+dt@...aro.org, kernel@...labora.com,
matthias.bgg@...il.com, alpernebiyasak@...il.com, conor+dt@...nel.org,
linux-kernel@...r.kernel.org, tiwai@...e.com, eugen.hristev@...labora.com,
nfraprado@...labora.com, arnd@...db.de, linux-mediatek@...ts.infradead.org,
amergnat@...libre.com, claudiu.beznea@...on.dev, frank.li@...o.com,
zhourui@...qin.corp-partner.google.com, wenst@...omium.org,
kuninori.morimoto.gx@...esas.com,
xiazhengqiao@...qin.corp-partner.google.com, trevor.wu@...iatek.com,
devicetree@...r.kernel.org, jarkko.nikula@...mer.com,
ckeepax@...nsource.cirrus.com, lgirdwood@...il.com, shraash@...gle.com,
alsa-devel@...a-project.org, u.kleine-koenig@...gutronix.de,
jiaxin.yu@...iatek.com, broonie@...nel.org, maso.huang@...iatek.com
Subject: Re: [PATCH v2 19/22] ASoC: dt-bindings: mt8192: Document
audio-routing and dai-link subnode
On Thu, 07 Mar 2024 12:44:42 +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/mt8192-mt6359-rt1015-rt5682.yaml | 124 ++++++++++++++++--
> 1 file changed, 115 insertions(+), 9 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/mt8192-mt6359-rt1015-rt5682.example.dtb: mt8192-sound: 'model' does not match any of the regexes: '.*-dai-link$', 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/sound/mt8192-mt6359-rt1015-rt5682.yaml#
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240307114445.196981-20-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