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

ARM: dts: stm32: add missing vdda-supply to adc on stm32h743i-eval

Add missing vdda-supply required by STM32 ADC.

Fixes: 090992a9ca54 ("ARM: dts: stm32: enable ADC on stm32h743i-eval
board")

Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>

authored by

Fabrice Gasnier and committed by
Alexandre Torgue
493e84c5 1425d00a

+1
+1
arch/arm/boot/dts/stm32h743i-eval.dts
··· 87 87 }; 88 88 89 89 &adc_12 { 90 + vdda-supply = <&vdda>; 90 91 vref-supply = <&vdda>; 91 92 status = "okay"; 92 93 adc1: adc@0 {