diff options
author | Wayne Zou <b36644@freescale.com> | 2011-06-01 18:42:01 +0800 |
---|---|---|
committer | Wayne Zou <b36644@freescale.com> | 2011-06-01 18:42:01 +0800 |
commit | 13d0cc1e7598fe14fa4e6a0b0b5bbdc7aa0b98e2 (patch) | |
tree | 6d3256624727feb3e064e59f2fc37d53431ea754 /board | |
parent | d3c4b52933ab2dc97e2c57e6d1a6d8252ab0beb4 (diff) | |
download | u-boot-imx-13d0cc1e7598fe14fa4e6a0b0b5bbdc7aa0b98e2.zip u-boot-imx-13d0cc1e7598fe14fa4e6a0b0b5bbdc7aa0b98e2.tar.gz u-boot-imx-13d0cc1e7598fe14fa4e6a0b0b5bbdc7aa0b98e2.tar.bz2 |
ENGR00144389 mx53 QS Ripley: change VCC from 1.35V to 1.3V QS Ripley board
Change VCC from 1.35V to 1.3V QS Ripley board
Signed-off-by: Wayne Zou <b36644@freescale.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/freescale/mx53_loco/mx53_loco.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/freescale/mx53_loco/mx53_loco.c b/board/freescale/mx53_loco/mx53_loco.c index 9915141..e77230f 100644 --- a/board/freescale/mx53_loco/mx53_loco.c +++ b/board/freescale/mx53_loco/mx53_loco.c @@ -713,8 +713,8 @@ int board_late_init(void) printf("%s:i2c_read:error\n", __func__); return -1; } - /* increase VCC as 1.35V on SW2 */ - buf[2] = 0x38; + /* increase VCC as 1.3V on SW2 */ + buf[2] = 0x34; if (i2c_write(0x8, 25, 1, buf, 3)) { printf("%s:i2c_write:error\n", __func__); return -1; |