Re: [PATCH v2 10/11] dt-bindings: PCI: qcom-ep: Add support for SM8450 SoC

From: Krzysztof Kozlowski
Date: Tue Aug 30 2022 - 14:41:16 EST


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