diff options
author | Wayne Zou <b36644@freescale.com> | 2011-06-01 18:42:01 +0800 |
---|---|---|
committer | Lily Zhang <r58066@freescale.com> | 2011-06-01 19:23:46 +0800 |
commit | 3fbd24c6249b6887dd2e684581392a5c2164fbb7 (patch) | |
tree | 5ae0057b14059bb00ec3bda99ea2d484fe0d3d44 | |
parent | 05196cb1bac8127f0a4f7f51dde763c5211a71fd (diff) | |
download | u-boot-imx-3fbd24c6249b6887dd2e684581392a5c2164fbb7.zip u-boot-imx-3fbd24c6249b6887dd2e684581392a5c2164fbb7.tar.gz u-boot-imx-3fbd24c6249b6887dd2e684581392a5c2164fbb7.tar.bz2 |
ENGR00144389 mx53 QS Ripley: change VCC from 1.35V to 1.3V QS Ripley boardrel_imx_2.6.35_11.05.01imx_v2009.08_11.05.01
Change VCC from 1.35V to 1.3V QS Ripley board
Signed-off-by: Wayne Zou <b36644@freescale.com>
(cherry picked from commit 13d0cc1e7598fe14fa4e6a0b0b5bbdc7aa0b98e2)
-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; |