Skip to content

Commit fafb4b0

Browse files
Olivier Moysanintel-lab-lkp
Olivier Moysan
authored andcommitted
dt-bindings: stm32: dfsdm: update audio properties
- Add missing compatible property in audio node. - Remove obsolete "st,stm32-dfsdm-pdm" compatible. - Remove useless comment in adc io-channels description. Signed-off-by: Olivier Moysan <[email protected]>
1 parent 41f0666 commit fafb4b0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Documentation/devicetree/bindings/iio/adc/st,stm32-dfsdm-adc.yaml

+5-2
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,6 @@ patternProperties:
199199
description:
200200
From common IIO binding. Used to pipe external sigma delta
201201
modulator or internal ADC output to DFSDM channel.
202-
This is not required for "st,stm32-dfsdm-pdm" compatibility as
203-
PDM microphone is binded in Audio DT node.
204202

205203
required:
206204
- io-channels
@@ -235,6 +233,10 @@ patternProperties:
235233
description: child node
236234

237235
properties:
236+
compatible:
237+
enum:
238+
- st,stm32h7-dfsdm-dai
239+
238240
"#sound-dai-cells":
239241
const: 0
240242

@@ -244,6 +246,7 @@ patternProperties:
244246
modulator or internal ADC output to DFSDM channel.
245247

246248
required:
249+
- compatible
247250
- "#sound-dai-cells"
248251
- io-channels
249252

0 commit comments

Comments
 (0)