Re: [PATCH v3 2/8] dt-bindings: iio: adc: stm32-adc: add stm32mp13 compatibles

From: Jonathan Cameron
Date: Sun Oct 09 2022 - 08:46:10 EST


On Wed, 5 Oct 2022 18:14:18 +0200
Olivier Moysan <olivier.moysan@xxxxxxxxxxx> wrote:

> Add st,stm32mp13-adc-core and st,stm32mp13-adc compatibles
> to support STM32MPU13 SoC.
>
> On STM32MP13x, each ADC peripheral has a single ADC block.
> These ADC peripherals, ADC1 and ADC2, are fully independent.
>
> Main characteristics of STM32MP13x ADC:
> - One interrupt line per ADC
> - 6 to 12 bits resolution
> - 19 channels
>
> ADC2 instance supports two extra internal channels VDDCPU and VDDQ_DDR.
> Add "vddcpu" and "vddq_ddr" internal channels names to the reserved
> labels list.
>
> Signed-off-by: Olivier Moysan <olivier.moysan@xxxxxxxxxxx>
Hi,

All patches touching device tree bindings need to go to the devicetree
list and device tree binding maintainers for review (See MAINTAINERS)
Make sure you cc them on v4 as I won't pick up DT patches without their
review unless they are much more trivial than this one.

I'm not always great at noticing this on early versions as I tend to pick
up on the fact they didn't review as first sign they haven't seen the
series!

Jonathan