[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAL_JsqL-x5V2mJOCgDC8xoHuvu6A1enQh-idmxGJjy80A9fdow@mail.gmail.com>
Date: Thu, 10 Aug 2023 10:35:28 -0600
From: Rob Herring <robh@...nel.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
Cc: Sascha Hauer <s.hauer@...gutronix.de>,
Judy Hsiao <judyhsiao@...omium.org>,
linux-arm-kernel@...ts.infradead.org,
NXP Linux Team <linux-imx@....com>,
Trevor Wu <trevor.wu@...iatek.com>,
Jerome Brunet <jbrunet@...libre.com>,
Fabio Estevam <festevam@...il.com>,
Shengjiu Wang <shengjiu.wang@....com>,
Jonathan Bakker <xc-racer2@...e.ca>,
Shawn Guo <shawnguo@...nel.org>, linux-kernel@...r.kernel.org,
Liam Girdwood <lgirdwood@...il.com>,
Pengutronix Kernel Team <kernel@...gutronix.de>,
Sylwester Nawrocki <s.nawrocki@...sung.com>,
Jaroslav Kysela <perex@...ex.cz>,
Rao Mandadapu <srivasam@...eaurora.org>,
Takashi Iwai <tiwai@...e.com>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
devicetree@...r.kernel.org, alsa-devel@...a-project.org,
linux-mediatek@...ts.infradead.org,
Conor Dooley <conor+dt@...nel.org>,
Rohit kumar <quic_rohkumar@...cinc.com>,
Cheng-Yi Chiang <cychiang@...omium.org>,
Mark Brown <broonie@...nel.org>,
AngeloGioacchino Del Regno
<angelogioacchino.delregno@...labora.com>
Subject: Re: [PATCH v2 02/11] ASoC: dt-bindings: mediatek,mt8188-mt6359: use
common sound card
On Thu, Aug 10, 2023 at 1:47 AM Krzysztof Kozlowski
<krzysztof.kozlowski@...aro.org> wrote:
>
> On 10/08/2023 09:20, Rob Herring wrote:
> >
> > On Thu, 10 Aug 2023 08:32:50 +0200, Krzysztof Kozlowski wrote:
> >> The mediatek,mt8188-mt6359 Linux sound machine driver requires the
> >> "model" property, so binding was incomplete. Reference the common sound
> >> card properties to fix that which also allows to remove duplicated
> >> property definitions. Leave the relevant parts of "audio-routing"
> >> description.
> >>
> >> Reviewed-by: Rob Herring <robh@...nel.org>
> >> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@...labora.com>
> >> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
> >> ---
> >> .../bindings/sound/mediatek,mt8188-mt6359.yaml | 17 +++++++----------
> >> 1 file changed, 7 insertions(+), 10 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:
> >
>
> I think the bot responds like this if the patch could not be applied.
> Probably we can ignore it.
It's because I converted dtschema to use pyproject.toml (the newest
and 3rd way to do python packaging). I started getting deprecation
warnings on debian testing due to using setup.py. Converting breaks on
ubuntu 22.04. Seems to be this bug[1]. The CI job should now be fixed
by installing the latest pip version.
Rob
[1] https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/2018288
Powered by blists - more mailing lists