* [PATCH] ASoC: dt-bindings: Do not override firmware-name $ref
@ 2024-01-15 18:20 Krzysztof Kozlowski
2024-01-16 7:09 ` Herve Codina
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2024-01-15 18:20 UTC (permalink / raw)
To: Liam Girdwood, Mark Brown, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Herve Codina, Shengjiu Wang, linux-sound,
devicetree, linux-kernel, alsa-devel
Cc: Krzysztof Kozlowski
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: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
Documentation/devicetree/bindings/sound/fsl,easrc.yaml | 4 ++--
Documentation/devicetree/bindings/sound/infineon,peb2466.yaml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/devicetree/bindings/sound/fsl,easrc.yaml b/Documentation/devicetree/bindings/sound/fsl,easrc.yaml
index a680d7aff237..0782f3f9947f 100644
--- a/Documentation/devicetree/bindings/sound/fsl,easrc.yaml
+++ b/Documentation/devicetree/bindings/sound/fsl,easrc.yaml
@@ -51,8 +51,8 @@ properties:
- const: ctx3_tx
firmware-name:
- $ref: /schemas/types.yaml#/definitions/string
- const: imx/easrc/easrc-imx8mn.bin
+ items:
+ - const: imx/easrc/easrc-imx8mn.bin
description: The coefficient table for the filters
fsl,asrc-rate:
diff --git a/Documentation/devicetree/bindings/sound/infineon,peb2466.yaml b/Documentation/devicetree/bindings/sound/infineon,peb2466.yaml
index 66993d378aaf..5e11ce2c13ac 100644
--- a/Documentation/devicetree/bindings/sound/infineon,peb2466.yaml
+++ b/Documentation/devicetree/bindings/sound/infineon,peb2466.yaml
@@ -51,7 +51,7 @@ properties:
maxItems: 1
firmware-name:
- $ref: /schemas/types.yaml#/definitions/string
+ maxItems: 1
description:
Filters coefficients file to load. If this property is omitted, internal
filters are disabled.
--
2.34.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] ASoC: dt-bindings: Do not override firmware-name $ref
2024-01-15 18:20 [PATCH] ASoC: dt-bindings: Do not override firmware-name $ref Krzysztof Kozlowski
@ 2024-01-16 7:09 ` Herve Codina
2024-01-16 19:27 ` Rob Herring
2024-01-22 16:33 ` Mark Brown
2 siblings, 0 replies; 4+ messages in thread
From: Herve Codina @ 2024-01-16 7:09 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Liam Girdwood, Mark Brown, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Shengjiu Wang, linux-sound, devicetree,
linux-kernel, alsa-devel
Hi Krzysztof
On Mon, 15 Jan 2024 19:20:17 +0100
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> wrote:
> 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: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> Documentation/devicetree/bindings/sound/fsl,easrc.yaml | 4 ++--
> Documentation/devicetree/bindings/sound/infineon,peb2466.yaml | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
[...]
At least for the infineon,peb2466.yaml,
Acked-by: Herve Codina <herve.codina@bootlin.com>
Thanks for this patch,
Hervé
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ASoC: dt-bindings: Do not override firmware-name $ref
2024-01-15 18:20 [PATCH] ASoC: dt-bindings: Do not override firmware-name $ref Krzysztof Kozlowski
2024-01-16 7:09 ` Herve Codina
@ 2024-01-16 19:27 ` Rob Herring
2024-01-22 16:33 ` Mark Brown
2 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2024-01-16 19:27 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: alsa-devel, linux-kernel, Herve Codina, devicetree, Shengjiu Wang,
Krzysztof Kozlowski, Liam Girdwood, linux-sound, Conor Dooley,
Mark Brown, Rob Herring
On Mon, 15 Jan 2024 19:20:17 +0100, Krzysztof Kozlowski wrote:
> 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: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> Documentation/devicetree/bindings/sound/fsl,easrc.yaml | 4 ++--
> Documentation/devicetree/bindings/sound/infineon,peb2466.yaml | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
Acked-by: Rob Herring <robh@kernel.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ASoC: dt-bindings: Do not override firmware-name $ref
2024-01-15 18:20 [PATCH] ASoC: dt-bindings: Do not override firmware-name $ref Krzysztof Kozlowski
2024-01-16 7:09 ` Herve Codina
2024-01-16 19:27 ` Rob Herring
@ 2024-01-22 16:33 ` Mark Brown
2 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2024-01-22 16:33 UTC (permalink / raw)
To: Liam Girdwood, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Herve Codina, Shengjiu Wang, linux-sound, devicetree,
linux-kernel, alsa-devel, Krzysztof Kozlowski
On Mon, 15 Jan 2024 19:20:17 +0100, Krzysztof Kozlowski wrote:
> 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.
>
>
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/1] ASoC: dt-bindings: Do not override firmware-name $ref
commit: 059870e53aa06831f1ccdc5e9cf29f933cdf284e
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-01-22 16:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-15 18:20 [PATCH] ASoC: dt-bindings: Do not override firmware-name $ref Krzysztof Kozlowski
2024-01-16 7:09 ` Herve Codina
2024-01-16 19:27 ` Rob Herring
2024-01-22 16:33 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).