On 30/08/2022 19:58, Manivannan Sadhasivam wrote: > clock-names: > - maxItems: 7 > + minItems: 7 > + maxItems: 8 > > qcom,perst-regs: > description: Reference to a syscon representing TCSR followed by the two > @@ -125,6 +129,36 @@ allOf: > - const: sleep > - const: ref > > + - if: > + properties: > + compatible: > + contains: > + enum: > + - qcom,sm8450-pcie-ep > + then: > + properties: > + clocks: > + maxItems: 8 Same as in previous patch - maxItems is not needed now. Best regards, Krzysztof