diff options
author | Krzysztof Kozlowski <[email protected]> | 2023-02-06 16:05:32 +0100 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-02-09 16:06:43 +0000 |
commit | b2c0c45d9255b4444df65c5f69b4939835fee019 (patch) | |
tree | 96aa5e0687413d91c72fba32df62ed172910fce4 | |
parent | 7ee35b6b099ce6b51c6ac249d19b5b405f8e825d (diff) |
ASoC: dt-bindings: qcom,q6apm-dai: adjust iommus for SM8550 ADSP
It seems that SM8550 ADSP remote processor uses two IOMMUs.
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Acked-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/sound/qcom,q6apm-dai.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/qcom,q6apm-dai.yaml b/Documentation/devicetree/bindings/sound/qcom,q6apm-dai.yaml index a53c9ef938fa..cdbb4096fa44 100644 --- a/Documentation/devicetree/bindings/sound/qcom,q6apm-dai.yaml +++ b/Documentation/devicetree/bindings/sound/qcom,q6apm-dai.yaml @@ -17,7 +17,8 @@ properties: const: qcom,q6apm-dais iommus: - maxItems: 1 + minItems: 1 + maxItems: 2 required: - compatible |