Commit 059870e5 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Mark Brown

ASoC: dt-bindings: Do not override firmware-name $ref

dtschema package defines firmware-name as string-array, so individual
bindings should not make it a string but instead just narrow the number
of expected firmware file names.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://msgid.link/r/20240115182017.1610055-1-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 322ed3a1
...@@ -51,8 +51,8 @@ properties: ...@@ -51,8 +51,8 @@ properties:
- const: ctx3_tx - const: ctx3_tx
firmware-name: firmware-name:
$ref: /schemas/types.yaml#/definitions/string items:
const: imx/easrc/easrc-imx8mn.bin - const: imx/easrc/easrc-imx8mn.bin
description: The coefficient table for the filters description: The coefficient table for the filters
fsl,asrc-rate: fsl,asrc-rate:
......
...@@ -51,7 +51,7 @@ properties: ...@@ -51,7 +51,7 @@ properties:
maxItems: 1 maxItems: 1
firmware-name: firmware-name:
$ref: /schemas/types.yaml#/definitions/string maxItems: 1
description: description:
Filters coefficients file to load. If this property is omitted, internal Filters coefficients file to load. If this property is omitted, internal
filters are disabled. filters are disabled.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment