diff options
Diffstat (limited to 'board')
-rw-r--r-- | board/freescale/mx53_loco/mx53_loco.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/mx53_loco/mx53_loco.c b/board/freescale/mx53_loco/mx53_loco.c index c4ed4d7..5f97328 100644 --- a/board/freescale/mx53_loco/mx53_loco.c +++ b/board/freescale/mx53_loco/mx53_loco.c @@ -1163,6 +1163,7 @@ int board_late_init(void) printf("%s:i2c_read:error\n", __func__); return -1; } + buf[2] |= 0x2; buf[1] |= 0x1; buf[1] &= ~0x2; if (i2c_write(0x8, 15, 1, buf, 3)) { |