diff options
author | 2023-07-26 18:27:41 +0200 | |
---|---|---|
committer | 2023-10-10 17:39:33 +0200 | |
commit | fd8d26ad0849519f692edc43faea8e2540c28052 (patch) | |
tree | a48a68b88587b1b318934c6b065748ee20c792fa | |
parent | dt-bindings: arm: tegra: pmc: Move additionalProperties (diff) | |
download | wireguard-linux-fd8d26ad0849519f692edc43faea8e2540c28052.tar.xz wireguard-linux-fd8d26ad0849519f692edc43faea8e2540c28052.zip |
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 <robh@kernel.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
-rw-r--r-- | Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-pmc.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-pmc.yaml b/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-pmc.yaml index d6f2c5862841..a336a75d8b82 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 |