ARM: dts: stm32: Enable VREFBUF on stm32mp157a-dk1
authorFabrice Gasnier <fabrice.gasnier@st.com>
Fri, 13 Sep 2019 14:34:38 +0000 (16:34 +0200)
committerAlexandre Torgue <alexandre.torgue@st.com>
Fri, 25 Oct 2019 12:28:42 +0000 (14:28 +0200)
Enable VREFBUF as ADC/DAC uses it on stm32mp157a-dk1 board.

Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32mp157a-dk1.dts

index b28d754..2bce894 100644 (file)
        pinctrl-0 = <&uart4_pins_a>;
        status = "okay";
 };
+
+&vrefbuf {
+       regulator-min-microvolt = <2500000>;
+       regulator-max-microvolt = <2500000>;
+       vdda-supply = <&vdd>;
+       status = "okay";
+};