dt-bindings: phy: qmp-ufs: tweak clock and clock-names for sa8775p
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 19 Apr 2023 12:09:14 +0000 (14:09 +0200)
committerVinod Koul <vkoul@kernel.org>
Mon, 8 May 2023 10:22:50 +0000 (15:52 +0530)
maxItems is already globally set to 3. To make the binding easier to read
and remove redundancy, set minItems to 3 for sa8775p as this platform
requires exactly three clocks.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230419120914.173715-1-brgl@bgdev.pl
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml

index 94c0fab..a1897a7 100644 (file)
@@ -78,9 +78,9 @@ allOf:
     then:
       properties:
         clocks:
-          maxItems: 3
+          minItems: 3
         clock-names:
-          maxItems: 3
+          minItems: 3
     else:
       properties:
         clocks: