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 stm32429i-eval

Add missing vdda-supply required by STM32 ADC.

Fixes: 7465d81191a1 ("ARM: dts: stm32: enable ADC on stm32f429i-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
1425d00a bb06b547

+7
+7
arch/arm/boot/dts/stm32429i-eval.dts
··· 81 81 dma-ranges = <0xc0000000 0x0 0x10000000>; 82 82 }; 83 83 84 + vdda: regulator-vdda { 85 + compatible = "regulator-fixed"; 86 + regulator-name = "vdda"; 87 + regulator-min-microvolt = <3300000>; 88 + regulator-max-microvolt = <3300000>; 89 + }; 84 90 85 91 vref: regulator-vref { 86 92 compatible = "regulator-fixed"; ··· 157 151 &adc { 158 152 pinctrl-names = "default"; 159 153 pinctrl-0 = <&adc3_in8_pin>; 154 + vdda-supply = <&vdda>; 160 155 vref-supply = <&vref>; 161 156 status = "okay"; 162 157 adc3: adc@200 {