On 22/12/2023 16:01, Krzysztof Kozlowski wrote: > @@ -37,11 +41,14 @@ properties: > required: > - compatible > - reg > - - powerdown-gpios > - '#sound-dai-cells' > - vdd-1p8-supply > - vdd-io-supply > > +oneOf: > + - powerdown-gpios > + - reset-gpios And this obviously was not tested, so Krzysztof: It does not look like you tested the bindings, at least after quick look. Please run `make dt_binding_check` (see Documentation/devicetree/bindings/writing-schema.rst for instructions). Maybe you need to update your dtschema and yamllint. Best regards, Krzysztof