Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: stm32: Enable VREFBUF on stm32mp157a-dk1

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>

authored by

Fabrice Gasnier and committed by
Alexandre Torgue
439819dd 29d43702

+7
+7
arch/arm/boot/dts/stm32mp157a-dk1.dts
··· 449 449 pinctrl-0 = <&uart4_pins_a>; 450 450 status = "okay"; 451 451 }; 452 + 453 + &vrefbuf { 454 + regulator-min-microvolt = <2500000>; 455 + regulator-max-microvolt = <2500000>; 456 + vdda-supply = <&vdd>; 457 + status = "okay"; 458 + };