Re: [PATCH 5/9] ASoC: dt-bindings: meson: convert axg pdm to schema

From: Krzysztof Kozlowski
Date: Fri Feb 03 2023 - 05:17:59 EST


On 03/02/2023 10:37, Jerome Brunet wrote:
>
> On Fri 03 Feb 2023 at 09:01, Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> wrote:
>
>> On 02/02/2023 19:36, Jerome Brunet wrote:
>
> [...]
>
>>> +required:
>>> + - compatible
>>> + - reg
>>> + - "#sound-dai-cells"
>>> + - clocks
>>> + - clock-names
>>> +
>>> +if:
>>
>> Keep in allOf here (need to move ref from top to here)
>>
>
> I'm not sure I get it. As it is, it seems to have the effect I had in
> mind while trying with dt_bindings_check.
>
> What does it do when putting the conditional under the AllOf section ?

It avoids any future re-indents if you need to add one more if clause.

Best regards,
Krzysztof