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

From: Srinivas Kandagatla
Date: Wed Jun 28 2023 - 12:43:48 EST




On 28/06/2023 16:54, Rob Herring wrote:
On Wed, Jun 28, 2023 at 11:26:19AM +0100, Srinivas Kandagatla wrote:
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.

tplg?
Topology, will update this in next version.



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

Already has a type, so you can drop.
thankyou removed this now, but all the existing yaml still have this.


No default? Or pattern it should match?

no, its going to be hard to come up with a pattern to match file name or path for firmware.


+ description: Audio Topology Firmware name
+
'#sound-dai-cells':
const: 0
@@ -38,6 +42,7 @@ required:
- compatible
- bedais
- dais
+ - firmware-name

Causes warnings. Test you bindings.

yes, examples need updating, will do that in next spin.

--srini

unevaluatedProperties: false
--
2.21.0