diff options
-rw-r--r-- | board/freescale/mx6dqscm/mx6dqscm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/freescale/mx6dqscm/mx6dqscm.c b/board/freescale/mx6dqscm/mx6dqscm.c index 53be7c3..de08e95 100644 --- a/board/freescale/mx6dqscm/mx6dqscm.c +++ b/board/freescale/mx6dqscm/mx6dqscm.c @@ -739,10 +739,10 @@ int power_init_board(void) if (ret < 0) return ret; - /* set SW3A to 1.2V for LPDDR2 */ + /* set SW3A to 1.25V for LPDDR2 */ pmic_reg_read(pfuze, PFUZE100_SW3AVOL, ®); reg &= ~0x3f; - reg |= 0x20; + reg |= 0x22; pmic_reg_write(pfuze, PFUZE100_SW3AVOL, reg); /* set SW2 to 3.2V */ |