Unverified Commit 94c65dff authored by Bryan O'Donoghue's avatar Bryan O'Donoghue Committed by Mark Brown
Browse files

ASoC: dt-bindings: Fix description for msm8916



For the existing msm8916 bindings the minimum reg/reg-names is 1 not 2.
Similarly the minimum interrupt/interrupt-names is 1 not 2.

Fixes: f3fc4fbf ("ASoC: dt-bindings: Add SC7280 lpass cpu bindings")
Signed-off-by: default avatarBryan O'Donoghue <bryan.odonoghue@linaro.org>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220629114012.3282945-1-bryan.odonoghue@linaro.org


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 0735e400
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -25,12 +25,12 @@ properties:
      - qcom,sc7280-lpass-cpu

  reg:
    minItems: 2
    minItems: 1
    maxItems: 6
    description: LPAIF core registers

  reg-names:
    minItems: 2
    minItems: 1
    maxItems: 6

  clocks:
@@ -42,12 +42,12 @@ properties:
    maxItems: 10

  interrupts:
    minItems: 2
    minItems: 1
    maxItems: 4
    description: LPAIF DMA buffer interrupt

  interrupt-names:
    minItems: 2
    minItems: 1
    maxItems: 4

  qcom,adsp: