commit | d04dc8147395c7fe962572c8cbf65143f80bc03d | [log] [tgz] |
---|---|---|
author | Tim Harvey <tharvey@gateworks.com> | Mon Feb 04 13:10:49 2019 -0800 |
committer | Stefano Babic <sbabic@denx.de> | Fri Feb 15 22:01:15 2019 +0100 |
tree | 123ccbdc7d514480a009346b63a4976454e74d7b | |
parent | 828c528ae29c57747e0a0dd5275fb107cb9fd027 [diff] |
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>