diff options
author | Marek Vasut <marex@denx.de> | 2014-12-16 14:09:23 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-12-30 14:10:31 +0100 |
commit | 331ae846ad9fee532cf04268da76701093e4e4ed (patch) | |
tree | 60408b06df8ccbe4d4b1b336024c7c4ce864c06c /include/configs | |
parent | f2e4d6a58cafb219b1850c3db1238887109cd94d (diff) | |
download | u-boot-imx-331ae846ad9fee532cf04268da76701093e4e4ed.zip u-boot-imx-331ae846ad9fee532cf04268da76701093e4e4ed.tar.gz u-boot-imx-331ae846ad9fee532cf04268da76701093e4e4ed.tar.bz2 |
arm: mx6: novena: Add proper LVDS display support
Repair the register configuration and add proper support for the
display attached to both LVDS channels.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Igor Grinberg <grinberg@compulab.co.il>
Cc: Nikita Kiryanov <nikita@compulab.co.il>
Cc: Sean Cross <xobs@kosagi.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/novena.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/novena.h b/include/configs/novena.h index 4924cbf..ea75d2c 100644 --- a/include/configs/novena.h +++ b/include/configs/novena.h @@ -12,6 +12,7 @@ /* System configurations */ #define CONFIG_MX6 #define CONFIG_BOARD_EARLY_INIT_F +#define CONFIG_BOARD_LATE_INIT #define CONFIG_MISC_INIT_R #define CONFIG_DISPLAY_BOARDINFO #define CONFIG_DISPLAY_CPUINFO |