diff options
-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; |