On 11/04/2022 13:03, Krzysztof Kozlowski wrote: > The RPMH regulator binding covers several devices with different > regulator supplies, so it uses patterns matching broad range of these > supplies. This works fine but is not specific and might miss actual > mistakes when a wrong supply property is used for given variant. > > Add separate child schema which describes the supplies depending on the > compatible. (...) > -additionalProperties: false > - > required: > - compatible > - qcom,pmic-id > > +allOf: > + - $ref: qcom,rpmh-regulator-supplies.yaml# > + > +additionalProperties: false This should be unevaluatedProperties:false, although this makes schema matching any property. :( Best regards, Krzysztof