]> www.infradead.org Git - linux.git/commitdiff
dt-bindings: arm: tegra: pmc: Increase maximum number of clocks per powergate
authorThierry Reding <treding@nvidia.com>
Wed, 26 Jul 2023 16:27:41 +0000 (18:27 +0200)
committerThierry Reding <treding@nvidia.com>
Tue, 10 Oct 2023 15:39:33 +0000 (17:39 +0200)
Some powergate definitions need more than 8 clocks, so bump the number
up to 10, which is the current maximum in any known device tree file.

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-pmc.yaml

index d6f2c586284128b475ba1d6c095af0de1489ca40..a336a75d8b829698911d570ebd30fc8ef672201a 100644 (file)
@@ -226,7 +226,7 @@ properties:
         properties:
           clocks:
             minItems: 1
-            maxItems: 8
+            maxItems: 10
 
           resets:
             minItems: 1