On 05/09/2023 07:47, Nikita Travkin wrote: > SC7180 has an ADSP remoteproc. Add it's compatible to the bindings. > > Signed-off-by: Nikita Travkin <nikita@xxxxxxx> > --- > .../devicetree/bindings/remoteproc/qcom,sc7180-pas.yaml | 12 ++++++++++++ > 1 file changed, 12 > > @@ -88,6 +89,17 @@ allOf: > maxItems: 2 > power-domain-names: > maxItems: 2 Blank line > + - if: > + properties: > + compatible: > + enum: > + - qcom,sc7180-adsp-pas > + then: > + properties: > + interrupts: > + minItems: 5 This is supposed to be maxItems > + interrupt-names: > + minItems: 5 Ditto > > unevaluatedProperties: false > > Best regards, Krzysztof