Skip to content

Commit f8673e4

Browse files
Stefan Bindingbroonie
authored andcommitted
ASoC: dt-bindings: cirrus,cs35l41: Document the cirrus,subsystem-id property
Add new property: cirrus,subsystem-id This new property is used to uniquely identify the system if device tree is used, to allow the driver to select the correct firmware and tuning for the system. The DSP driver searches for a compatible firmware (and tuning) based on what it is able to read from the hardware. However, the SSID is based on the system, and cannot be read from the hardware, therefore it needs to be read from the Device Tree. On ACPI-based systems, it is able to read this from the ACPI _SUB property, and to maintain compatibility with the driver between ACPI and Device Tree systems we need an equivalent property. Signed-off-by: Stefan Binding <sbinding@opensource.cirrus.com> Link: https://patch.msgid.link/20250917153722.94978-2-sbinding@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 07e27ad commit f8673e4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Documentation/devicetree/bindings/sound/cirrus,cs35l41.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,12 @@ properties:
151151
minimum: 0
152152
maximum: 5
153153

154+
cirrus,subsystem-id:
155+
$ref: /schemas/types.yaml#/definitions/string
156+
description:
157+
Subsystem ID. If this property is present, it sets the system name,
158+
used to identify the firmware and tuning to load.
159+
154160
required:
155161
- compatible
156162
- reg

0 commit comments

Comments
 (0)