Commit 493e84c5 authored by Fabrice Gasnier's avatar Fabrice Gasnier Committed by Alexandre Torgue

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

Add missing vdda-supply required by STM32 ADC.

Fixes: 090992a9 ("ARM: dts: stm32: enable ADC on stm32h743i-eval
board")
Signed-off-by: default avatarFabrice Gasnier <fabrice.gasnier@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent 1425d00a
......@@ -87,6 +87,7 @@ usbotg_hs_phy: usb-phy {
};
&adc_12 {
vdda-supply = <&vdda>;
vref-supply = <&vdda>;
status = "okay";
adc1: adc@0 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment