From: Thierry Reding Date: Wed, 26 Jul 2023 16:27:41 +0000 (+0200) Subject: dt-bindings: arm: tegra: pmc: Increase maximum number of clocks per powergate X-Git-Tag: v6.7-rc1~129^2~27^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fd8d26ad0849519f692edc43faea8e2540c28052;p=thirdparty%2Fkernel%2Flinux.git dt-bindings: arm: tegra: pmc: Increase maximum number of clocks per powergate 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 Signed-off-by: Thierry Reding --- diff --git a/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-pmc.yaml b/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-pmc.yaml index d6f2c58628412..a336a75d8b829 100644 --- a/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-pmc.yaml +++ b/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-pmc.yaml @@ -226,7 +226,7 @@ properties: properties: clocks: minItems: 1 - maxItems: 8 + maxItems: 10 resets: minItems: 1