diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2022-12-24 18:42:09 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-12-29 16:22:01 +0300 |
commit | 642e4f9bdac8d42d5047312e76bab7ceaf4c131e (patch) | |
tree | 3df1754f39a84f6979fa727fb3efd63c1a25bdcd /Documentation/devicetree/bindings/sound/cirrus,cs35l41.yaml | |
parent | 3bb46b2cc3e965e4b8948ce111084ac8d6aff1c4 (diff) | |
download | linux-642e4f9bdac8d42d5047312e76bab7ceaf4c131e.tar.xz |
ASoC: dt-bindings: cirrus,cs35l41: add interrupts
Both DTS (SM8250 and SM8350 based Sony Xperia boards) and Linux driver
mention interrupt, so allow it to fix:
sm8350-sony-xperia-sagami-pdx215.dtb: cs35l41@41: Unevaluated properties are not allowed ('interrupt-parent', 'interrupts' were unexpected)
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20221224154210.43356-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/cirrus,cs35l41.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/sound/cirrus,cs35l41.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/cirrus,cs35l41.yaml b/Documentation/devicetree/bindings/sound/cirrus,cs35l41.yaml index 82062d80d700..919d7f16f24c 100644 --- a/Documentation/devicetree/bindings/sound/cirrus,cs35l41.yaml +++ b/Documentation/devicetree/bindings/sound/cirrus,cs35l41.yaml @@ -22,6 +22,9 @@ properties: reg: maxItems: 1 + interrupts: + maxItems: 1 + '#sound-dai-cells': description: The first cell indicating the audio interface. |