Re: [PATCH v2 0/3] ASoC: stm32: fix dtbs_check warnings

From: Alexandre TORGUE
Date: Thu Jun 08 2023 - 07:57:41 EST


Hi

On 6/6/23 13:56, Olivier Moysan wrote:
Fix dtbs_check warnings in STM32MP15 DK boards Devices Trees for
STM32 I2S and Cirrus CS42L51 codec.

- Add OF graph port property in I2S and CS42L51 DT bindings.
Fixes warnings:
audio-controller@4000b000: Unevaluated properties are not allowed
('port' was unexpected)
cs42l51@4a: Unevaluated properties are not allowed
('port' was unexpected)
- Correct OF graph DAI audio format property for STM32MP15x Dkx I2S node

Changes in v2:
- Add port example in i2s and cs42l51 binding

Olivier Moysan (3):
ASoC: dt-bindings: stm32: document audio of graph port for i2s
ASoC: dt-bindings: document audio of graph port for cs42l51
ARM: dts: stm32: fix i2s endpoint format property for stm32mp15xx-dkx

.../devicetree/bindings/sound/cirrus,cs42l51.yaml | 11 +++++++++++
.../devicetree/bindings/sound/st,stm32-i2s.yaml | 11 +++++++++++
arch/arm/boot/dts/stm32mp15xx-dkx.dtsi | 2 +-
3 files changed, 23 insertions(+), 1 deletion(-)


Patch[3] applied on stm32-next.

Thanks
Alex