ARM: dts: stm32: add missing vdda-supply to adc on stm32429i-eval
Add missing vdda-supply required by STM32 ADC.
Fixes: 7465d81191
("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>
This commit is contained in:
parent
bb06b54721
commit
1425d00aff
@ -81,6 +81,12 @@
|
|||||||
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 @@
|
|||||||
&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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user