diff options
author | Fabrice Gasnier <fabrice.gasnier@st.com> | 2019-06-19 14:29:58 +0200 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@st.com> | 2019-08-02 16:17:43 +0200 |
commit | 493e84c5dc4d703d976b5875f5db22dae08a0782 (patch) | |
tree | 4934be4906cde80e59aa66e78300735a81c48ea9 /arch/arm/boot/dts/stm32h743i-eval.dts | |
parent | ARM: dts: stm32: add missing vdda-supply to adc on stm32429i-eval (diff) | |
download | linux-493e84c5dc4d703d976b5875f5db22dae08a0782.tar.xz linux-493e84c5dc4d703d976b5875f5db22dae08a0782.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/stm32h743i-eval.dts')
-rw-r--r-- | arch/arm/boot/dts/stm32h743i-eval.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stm32h743i-eval.dts b/arch/arm/boot/dts/stm32h743i-eval.dts index ab78ad532375..e4d3c58f3d97 100644 --- a/arch/arm/boot/dts/stm32h743i-eval.dts +++ b/arch/arm/boot/dts/stm32h743i-eval.dts @@ -87,6 +87,7 @@ }; &adc_12 { + vdda-supply = <&vdda>; vref-supply = <&vdda>; status = "okay"; adc1: adc@0 { |