diff options
author | Pascal Paillet <p.paillet@st.com> | 2019-10-11 16:05:31 +0200 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@st.com> | 2019-10-25 14:28:42 +0200 |
commit | 791be94e2878e098edd6ff14714284b8230a5b79 (patch) | |
tree | f18b9212f6e6633a302c2cb2e47bc155ef87fa35 /arch/arm/boot/dts/stm32mp157a-dk1.dts | |
parent | ARM: dts: stm32: add PWR regulators support on stm32mp157 (diff) | |
download | linux-791be94e2878e098edd6ff14714284b8230a5b79.tar.xz linux-791be94e2878e098edd6ff14714284b8230a5b79.zip |
ARM: dts: stm32: change default minimal buck1 value on stm32mp157
Minimal value is the value set during boot or before suspend.
We must ensure that the value is a functional value to boot.
Signed-off-by: Pascal Paillet <p.paillet@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
Diffstat (limited to 'arch/arm/boot/dts/stm32mp157a-dk1.dts')
-rw-r--r-- | arch/arm/boot/dts/stm32mp157a-dk1.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/stm32mp157a-dk1.dts b/arch/arm/boot/dts/stm32mp157a-dk1.dts index 7835d230f69c..6440e7ee18d8 100644 --- a/arch/arm/boot/dts/stm32mp157a-dk1.dts +++ b/arch/arm/boot/dts/stm32mp157a-dk1.dts @@ -259,7 +259,7 @@ vddcore: buck1 { regulator-name = "vddcore"; - regulator-min-microvolt = <800000>; + regulator-min-microvolt = <1200000>; regulator-max-microvolt = <1350000>; regulator-always-on; regulator-initial-mode = <0>; |