]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit30ced26df9188b8d2ba1a5d70f5d69ea2e8748bd
tree123ccbdc7d514480a009346b63a4976454e74d7b
parentb02e7f85556cd3d4add03e62589cffb7c28af9a0
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