Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: iio: stm32: dfsdm: fix dtbs warnings on dfsdm audio port

Fix warnings on DFSDM dtbs check
Unevaluated properties are not allowed ('dfsdm-dai' was unexpected)
'port' does not match any of the regexes: 'pinctrl-[0-9]+'

Fixes: 11183ac07a74 ("dt-bindings: stm32: convert dfsdm to json-schema")
Signed-off-by: Olivier Moysan <olivier.moysan@foss.st.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20240618115912.706912-1-olivier.moysan@foss.st.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Olivier Moysan and committed by
Jonathan Cameron
92436305 3341d692

+4
+4
Documentation/devicetree/bindings/iio/adc/st,stm32-dfsdm-adc.yaml
··· 246 246 From common IIO binding. Used to pipe external sigma delta 247 247 modulator or internal ADC output to DFSDM channel. 248 248 249 + port: 250 + $ref: /schemas/sound/audio-graph-port.yaml# 251 + unevaluatedProperties: false 252 + 249 253 required: 250 254 - compatible 251 255 - "#sound-dai-cells"