From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Harvey Date: Mon, 4 Feb 2019 13:10:46 -0800 Subject: [U-Boot] [PATCH 00/14] Gateworks Ventana updates Message-ID: <20190204211100.11004-1-tharvey@gateworks.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This is a series of patches for the Gateworks Ventana IMX6 based boards consisting of some added board models and some fixes. Tim Harvey (14): imx: ventana: mv88e61xx change LED configuration imx: ventana: do not iomux UART1 imx: ventana: remove setup of I2C3 from SPL imx: ventana: add support for GW5905 imx: ventana: add support for Z101WX01 LVDS display imx: ventana: skip nand init for nandless boards imx: ventana: add i2c detect for all LVDS displays imx: ventana: add support for GW5906 imx: ventana: add support for GW5907 imx: ventana: add support for GW5908 imx: ventana: add support for GW5909 imx: ventana: add support for GW5901/GW5902 imx: ventana: gw5904/gw5909: disable RS485 imx: ventana: fix usage of dt paths with leading 0s (Linux 4.15+) board/gateworks/gw_ventana/common.c | 514 ++++++++++++++++---- board/gateworks/gw_ventana/common.h | 3 +- board/gateworks/gw_ventana/eeprom.c | 18 +- board/gateworks/gw_ventana/gsc.c | 6 +- board/gateworks/gw_ventana/gsc.h | 3 +- board/gateworks/gw_ventana/gw_ventana.c | 151 +++--- board/gateworks/gw_ventana/gw_ventana_spl.c | 97 +++- board/gateworks/gw_ventana/ventana_eeprom.h | 7 + 8 files changed, 632 insertions(+), 167 deletions(-) -- 2.17.1