diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2020-03-06 11:14:03 +0100 |
---|---|---|
committer | Patrick Delaunay <patrick.delaunay@st.com> | 2020-03-24 14:20:50 +0100 |
commit | e9a20f8a198c11a4108ca4b4deef8398f0cd93aa (patch) | |
tree | a73a69e7f9e1f8b08a76cb78dfe2e6817576cec8 /include/power | |
parent | 1a4f57c895ccebc15a33a36f5c0fc0bcb1dbdea4 (diff) |
ram: stm32mp1: increase vdd2_ddr: buck2 for 32bits LPDDR
Need to increase the LPDDR2/LPDDR3 the voltage vdd2_ddr: buck2
form 1.2V to 1.25V for 32bits configuration.
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Acked-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'include/power')
-rw-r--r-- | include/power/stpmic1.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/power/stpmic1.h b/include/power/stpmic1.h index dc8b5a7459..1493a677f0 100644 --- a/include/power/stpmic1.h +++ b/include/power/stpmic1.h @@ -37,6 +37,7 @@ #define STPMIC1_BUCK_VOUT(sel) (sel << STPMIC1_BUCK_VOUT_SHIFT) #define STPMIC1_BUCK2_1200000V STPMIC1_BUCK_VOUT(24) +#define STPMIC1_BUCK2_1250000V STPMIC1_BUCK_VOUT(26) #define STPMIC1_BUCK2_1350000V STPMIC1_BUCK_VOUT(30) #define STPMIC1_BUCK3_1800000V STPMIC1_BUCK_VOUT(39) |