From: Olivier Moysan Date: Tue, 18 Jun 2024 11:59:12 +0000 (+0200) Subject: dt-bindings: iio: stm32: dfsdm: fix dtbs warnings on dfsdm audio port X-Git-Tag: io_uring-6.11-20240722~8^2~42^2~25 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=92436305b663039485ced5c38a9c12c4ed2e0851;p=linux-block.git 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 Acked-by: Rob Herring (Arm) Link: https://patch.msgid.link/20240618115912.706912-1-olivier.moysan@foss.st.com Signed-off-by: Jonathan Cameron --- diff --git a/Documentation/devicetree/bindings/iio/adc/st,stm32-dfsdm-adc.yaml b/Documentation/devicetree/bindings/iio/adc/st,stm32-dfsdm-adc.yaml index c1b1324fa132..2722edab1d9a 100644 --- a/Documentation/devicetree/bindings/iio/adc/st,stm32-dfsdm-adc.yaml +++ b/Documentation/devicetree/bindings/iio/adc/st,stm32-dfsdm-adc.yaml @@ -246,6 +246,10 @@ patternProperties: From common IIO binding. Used to pipe external sigma delta modulator or internal ADC output to DFSDM channel. + port: + $ref: /schemas/sound/audio-graph-port.yaml# + unevaluatedProperties: false + required: - compatible - "#sound-dai-cells"