adc: stm32g4: Fix ADC instances naming #24718
Labels
area: ADC
Analog-to-Digital Converter (ADC)
bug
The issue is a bug, or the PR is fixing a bug
platform: STM32
ST Micro STM32
Describe the bug
In dts/arm/st/g4/stm32g4.dtsi, ADC instances were numbered starting from 0.
This does not match STM32 numbering scheme, there is no ADC_0 instance in ref manual, firt one is ADC_1.
Expected behavior
ADC instances description in device tree should respect ref manual naming convension.
The text was updated successfully, but these errors were encountered: