Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: dt-bindings: sound: cirrus: cs530x: Add SPI bus support

The CS530x device family supports multiple control interfaces.
At present, only the I2C interface is implemented. Adding support
for the SPI control interface, operating at up to 24 MHz.

Signed-off-by: Vitaly Rodionov <vitalyr@opensource.cirrus.com>
Link: https://patch.msgid.link/20251023090327.58275-12-vitalyr@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Vitaly Rodionov and committed by
Mark Brown
bb65cb96 38ff6958

+4
+4
Documentation/devicetree/bindings/sound/cirrus,cs530x.yaml
··· 15 15 16 16 allOf: 17 17 - $ref: dai-common.yaml# 18 + - $ref: /schemas/spi/spi-peripheral-props.yaml# 18 19 19 20 properties: 20 21 compatible: ··· 30 29 31 30 reg: 32 31 maxItems: 1 32 + 33 + spi-max-frequency: 34 + maximum: 24000000 33 35 34 36 '#sound-dai-cells': 35 37 const: 1