dt-bindings: arm/cpus: allow up to 3 interconnects entries
authorNeil Armstrong <neil.armstrong@linaro.org>
Fri, 18 Apr 2025 12:56:16 +0000 (14:56 +0200)
committerRob Herring (Arm) <robh@kernel.org>
Wed, 23 Apr 2025 22:10:52 +0000 (17:10 -0500)
Allow up to 3 entries as used on the Qualcomm SM8650 CPU nodes.

This fixes the following errors:
cpu@0: interconnects: [[7, 3, 3, 7, 15, 3], [8, 0, 3, 8, 1, 3], [9, 0, 9, 1]] is too long

Fixes: 791a3fcd2345 ("dt-bindings: arm/cpus: Add missing properties")
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20250418-topic-sm8x50-upstream-cpu-icc-max3-v1-1-87d9c2713d72@linaro.org
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Documentation/devicetree/bindings/arm/cpus.yaml

index 07f0227cf80405af50b1eb9531a7af54c335dfe7..c23c90745ad894f3a8cc449c89e3bd86f22e9b65 100644 (file)
@@ -301,7 +301,7 @@ properties:
 
   interconnects:
     minItems: 1
-    maxItems: 2
+    maxItems: 3
 
   nvmem-cells:
     maxItems: 1