diff options
author | Konrad Dybcio <[email protected]> | 2024-02-12 14:10:09 +0100 |
---|---|---|
committer | Mark Brown <[email protected]> | 2024-02-12 21:24:56 +0000 |
commit | d0611f617d823a87f04186ad165e2990208c040b (patch) | |
tree | b7380d97b6fe2f2c3700b37b1ba49d207c43ba47 | |
parent | d4a00d16f8367e09e8b8fb03028f22333fc368a5 (diff) |
ASoC: dt-bindings: cs35l45: Add interrupts
This chip seems to have an IRQ line, let us describe it.
Signed-off-by: Konrad Dybcio <[email protected]>
Acked-by: Ricardo Rivera-Matos <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Link: https://msgid.link/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/sound/cirrus,cs35l45.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/cirrus,cs35l45.yaml b/Documentation/devicetree/bindings/sound/cirrus,cs35l45.yaml index 4c9acb8d4c4c..70f6c62aedca 100644 --- a/Documentation/devicetree/bindings/sound/cirrus,cs35l45.yaml +++ b/Documentation/devicetree/bindings/sound/cirrus,cs35l45.yaml @@ -25,6 +25,9 @@ properties: reg: maxItems: 1 + interrupts: + maxItems: 1 + '#sound-dai-cells': const: 1 |