Re: [PATCH 1/3] ASoC: dt-bindings: asahi-kasei,ak4458: set unevaluatedProperties:false
From: Shengjiu Wang
Date: Wed Feb 11 2026 - 20:44:07 EST
On Thu, Feb 12, 2026 at 5:53 AM Rob Herring <robh@xxxxxxxxxx> wrote:
>
> On Wed, Feb 11, 2026 at 05:35:25PM +0800, Shengjiu Wang wrote:
> > When including the dai-common.yaml, should use unevaluatedProperties:false
> > according to writing-bindings.rst.
>
> Generally true, but not always. Do you have an actual problem? The only
> possible problem is you want to use "sound-name-prefix" property.
> Otherwise, you don't need this.
Yes, I want to use "sound-name-prefix" and "#sound-dai-cells".
Best regards
Shengjiu Wang
>
> >
> > Fixes: 8d7de4a014f5 ("ASoC: dt-bindings: asahi-kasei,ak4458: Reference common DAI properties")
> > Cc: stable@xxxxxxxxxxxxxxx
> > Signed-off-by: Shengjiu Wang <shengjiu.wang@xxxxxxx>
> > ---
> > Documentation/devicetree/bindings/sound/asahi-kasei,ak4458.yaml | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/Documentation/devicetree/bindings/sound/asahi-kasei,ak4458.yaml b/Documentation/devicetree/bindings/sound/asahi-kasei,ak4458.yaml
> > index 1fdbeecc5eff..259e97b7a3c0 100644
> > --- a/Documentation/devicetree/bindings/sound/asahi-kasei,ak4458.yaml
> > +++ b/Documentation/devicetree/bindings/sound/asahi-kasei,ak4458.yaml
> > @@ -60,7 +60,7 @@ allOf:
> > properties:
> > dsd-path: false
> >
> > -additionalProperties: false
> > +unevaluatedProperties: false
> >
> > examples:
> > - |
> > --
> > 2.34.1
> >
>