imx: ventana: remove setup of I2C3 from SPL
authorTim Harvey <tharvey@gateworks.com>
Mon, 4 Feb 2019 21:10:49 +0000 (13:10 -0800)
committerStefano Babic <sbabic@denx.de>
Fri, 15 Feb 2019 21:01:15 +0000 (22:01 +0100)
commit3f0da8748ad777ea2d26f86a041872e5f8c4c4da
tree123ccbdc7d514480a009346b63a4976454e74d7b
parentff3568fcfe22504cbf61711350c49876a7b5dd7c
imx: ventana: remove setup of I2C3 from SPL

Do not setup I2C3 in the SPL for Ventana as some devices on that bus
(aic3x codecs) can hang the bus causing i2c_setup to spin endlessly until
they are put into reset. Removing the setup of I2C3 from the SPL allows
the board-specific GPIO to be configured to take care of putting codecs
in reset prior to U-Boot setting up I2C3.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
board/gateworks/gw_ventana/common.c
board/gateworks/gw_ventana/common.h
board/gateworks/gw_ventana/gw_ventana.c
board/gateworks/gw_ventana/gw_ventana_spl.c