[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAL_JsqJgqyGGF=SwEox6LkR_P8AR+c30AWNejA6UiCCh+U55Pg@mail.gmail.com>
Date: Wed, 1 Sep 2021 11:58:40 -0500
From: Rob Herring <robh+dt@...nel.org>
To: Sameer Pujar <spujar@...dia.com>
Cc: Mark Brown <broonie@...nel.org>,
Liam Girdwood <lgirdwood@...il.com>,
Thierry Reding <thierry.reding@...il.com>,
Jon Hunter <jonathanh@...dia.com>,
Stephan Gerhold <stephan@...hold.net>,
Jerome Brunet <jbrunet@...libre.com>,
aleandre.belloni@...tlin.com,
Linux-ALSA <alsa-devel@...a-project.org>,
devicetree@...r.kernel.org,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
linux-tegra <linux-tegra@...r.kernel.org>,
Bard Liao <bardliao@...ltek.com>
Subject: Re: [PATCH 2/3] ASoC: Use schema reference for sound-name-prefix
On Wed, Sep 1, 2021 at 11:19 AM Sameer Pujar <spujar@...dia.com> wrote:
>
> Use schema reference for 'sound-name-prefix' property wherever
> necessary.
>
> Signed-off-by: Sameer Pujar <spujar@...dia.com>
> Cc: Jerome Brunet <jbrunet@...libre.com>
> Cc: Stephan Gerhold <stephan@...hold.net>
> Cc: bardliao@...ltek.com
> Cc: Alexandre Belloni <aleandre.belloni@...tlin.com>
> Cc: Rob Herring <robh+dt@...nel.org>
> ---
> Documentation/devicetree/bindings/sound/nvidia,tegra186-dspk.yaml | 7 +------
> Documentation/devicetree/bindings/sound/nvidia,tegra210-dmic.yaml | 7 +------
> Documentation/devicetree/bindings/sound/nvidia,tegra210-i2s.yaml | 7 +------
> Documentation/devicetree/bindings/sound/nxp,tfa989x.yaml | 5 +----
> Documentation/devicetree/bindings/sound/rt5659.txt | 2 +-
> Documentation/devicetree/bindings/sound/simple-audio-mux.yaml | 5 +----
> 6 files changed, 6 insertions(+), 27 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/sound/nvidia,tegra186-dspk.yaml b/Documentation/devicetree/bindings/sound/nvidia,tegra186-dspk.yaml
> index 5f6b37c..ae04a11 100644
> --- a/Documentation/devicetree/bindings/sound/nvidia,tegra186-dspk.yaml
> +++ b/Documentation/devicetree/bindings/sound/nvidia,tegra186-dspk.yaml
> @@ -48,12 +48,7 @@ properties:
>
> sound-name-prefix:
> pattern: "^DSPK[1-9]$"
> - $ref: /schemas/types.yaml#/definitions/string
> - description:
> - Used as prefix for sink/source names of the component. Must be a
> - unique string among multiple instances of the same component.
> - The name can be "DSPK1" or "DSPKx", where x depends on the maximum
> - available instances on a Tegra SoC.
> + $ref: "name-prefix.yaml#/properties/sound-name-prefix"
This is generally not how we reference common properties.
Either you add a $ref to the whole schema document at the top level of
this one or add a 'select: true' in name-prefix.yaml.
Rob
Powered by blists - more mailing lists