Commit 1425d00a authored by Fabrice Gasnier's avatar Fabrice Gasnier Committed by Alexandre Torgue

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

Add missing vdda-supply required by STM32 ADC.

Fixes: 7465d811 ("ARM: dts: stm32: enable ADC on stm32f429i-eval
board")
Signed-off-by: default avatarFabrice Gasnier <fabrice.gasnier@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent bb06b547
...@@ -81,6 +81,12 @@ soc { ...@@ -81,6 +81,12 @@ soc {
dma-ranges = <0xc0000000 0x0 0x10000000>; dma-ranges = <0xc0000000 0x0 0x10000000>;
}; };
vdda: regulator-vdda {
compatible = "regulator-fixed";
regulator-name = "vdda";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};
vref: regulator-vref { vref: regulator-vref {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
...@@ -151,6 +157,7 @@ mmc_vcard: mmc_vcard { ...@@ -151,6 +157,7 @@ mmc_vcard: mmc_vcard {
&adc { &adc {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&adc3_in8_pin>; pinctrl-0 = <&adc3_in8_pin>;
vdda-supply = <&vdda>;
vref-supply = <&vref>; vref-supply = <&vref>;
status = "okay"; status = "okay";
adc3: adc@200 { adc3: adc@200 {
......
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