diff options
author | 2025-03-13 10:08:21 +0100 | |
---|---|---|
committer | 2025-03-17 11:35:24 +0530 | |
commit | 684ab6f7ec5de57e4c349bb6a2207b1e5ed2fd71 (patch) | |
tree | 27c9d6c86e29e92639b97624660229f4171255b9 | |
parent | dt-bindings: cpufreq: cpufreq-qcom-hw: Add missing constraint for interrupt-names (diff) | |
download | wireguard-linux-684ab6f7ec5de57e4c349bb6a2207b1e5ed2fd71.tar.xz wireguard-linux-684ab6f7ec5de57e4c349bb6a2207b1e5ed2fd71.zip |
dt-bindings: cpufreq: cpufreq-qcom-hw: Drop redundant minItems:1
List cannot have 0 items, so 'minItems: 1' in each if:then: is
redundant.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to '')
-rw-r--r-- | Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml b/Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml index ee2a7eff1657..475331dc71bc 100644 --- a/Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml +++ b/Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml @@ -115,19 +115,15 @@ allOf: then: properties: reg: - minItems: 1 maxItems: 1 reg-names: - minItems: 1 maxItems: 1 interrupts: - minItems: 1 maxItems: 1 interrupt-names: - minItems: 1 maxItems: 1 - if: |