summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhang Bo <bo.zhang@nxp.com>2018-07-19 20:42:30 +0800
committerMarty Faltesek <mfaltesek@google.com>2018-07-23 07:09:16 -0700
commit32e2035bbd0482e4e9394e7bac8c11cacca436ac (patch)
tree44497c4b008c96bfcf901df51a21915641a9cef2
parentd00ced8b4795712de89537eae02c8c7d64798fda (diff)
downloaduboot-imx-32e2035bbd0482e4e9394e7bac8c11cacca436ac.tar.gz
Change VDD_DRAM to 0.9V which is valid in datasheet
Change VDD_DRAM to 0.9V Change-Id: Ia2d0672b2f31f18add6626ac2e23e66b8c421a75 Signed-off-by: Zhang Bo <bo.zhang@nxp.com> Reviewed-on: http://androidsource.ap.freescale.net/project/5139 Reviewed-by: Wang Haoran <elven.wang@nxp.com>
-rw-r--r--board/freescale/imx8mq_phanbell/spl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/freescale/imx8mq_phanbell/spl.c b/board/freescale/imx8mq_phanbell/spl.c
index 13752b4c67..d5d351eb5e 100644
--- a/board/freescale/imx8mq_phanbell/spl.c
+++ b/board/freescale/imx8mq_phanbell/spl.c
@@ -161,8 +161,8 @@ int power_init_board(void)
/* unlock the PMIC regs */
pmic_reg_write(p, BD71837_REGLOCK, 0x1);
- /* Set BUCK5 output for DRAM to 0.8V */
- pmic_reg_write(p, BD71837_BUCK5_VOLT, 0x1);
+ /* Set BUCK5 output for DRAM to 0.9V */
+ pmic_reg_write(p, BD71837_BUCK5_VOLT, 0x2);
/* Set BUCK6 output for VDD_3V3 to 3.1V */
pmic_reg_write(p, BD71837_BUCK6_VOLT, 0x1);