[PATCH 1/3] ASoC: dt-bindings: q6apm: add firmware-name bindings

From: Srinivas Kandagatla
Date: Wed Jun 28 2023 - 06:28:58 EST


Add bindings to get firmare-name from DT, this will provide more flexibility
to specify platform specific firmware file name and location. Also this brings
tplg firmware name inline with other board specific firmware locations.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx>
---
Documentation/devicetree/bindings/sound/qcom,q6apm.yaml | 5 +++++
1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/sound/qcom,q6apm.yaml b/Documentation/devicetree/bindings/sound/qcom,q6apm.yaml
index ef1965aca254..c783451145ef 100644
--- a/Documentation/devicetree/bindings/sound/qcom,q6apm.yaml
+++ b/Documentation/devicetree/bindings/sound/qcom,q6apm.yaml
@@ -31,6 +31,10 @@ properties:
unevaluatedProperties: false
description: Qualcomm DSP audio ports

+ firmware-name:
+ $ref: /schemas/types.yaml#/definitions/string
+ description: Audio Topology Firmware name
+
'#sound-dai-cells':
const: 0

@@ -38,6 +42,7 @@ required:
- compatible
- bedais
- dais
+ - firmware-name

unevaluatedProperties: false

--
2.21.0