summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2016-02-23 15:25:12 +0800
committerYe Li <ye.li@nxp.com>2016-03-25 13:35:25 +0800
commitd7f54f22607ffcace6cda97984649a5ae4f65996 (patch)
treec1d0883908610db4a6dc41cc0219e6885e574276 /arch
parentd6d0265b09e66c576ab4c01841166415f834a1ff (diff)
downloadu-boot-imx-d7f54f22607ffcace6cda97984649a5ae4f65996.zip
u-boot-imx-d7f54f22607ffcace6cda97984649a5ae4f65996.tar.gz
u-boot-imx-d7f54f22607ffcace6cda97984649a5ae4f65996.tar.bz2
MLK-12437-3 mx6sxsabresd: Update display to support panel selection
Support two display panels, one for LVDS, another for parallel LCD. Align the feature to the v2015.04 uboot. Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/include/asm/arch-mx6/imx-regs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx6/imx-regs.h b/arch/arm/include/asm/arch-mx6/imx-regs.h
index a2fe26a..75b2502 100644
--- a/arch/arm/include/asm/arch-mx6/imx-regs.h
+++ b/arch/arm/include/asm/arch-mx6/imx-regs.h
@@ -403,6 +403,8 @@
#define UART6_BASE_ADDR ((is_cpu_type(MXC_CPU_MX6UL)) ? \
MX6UL_UART6_BASE_ADDR : MX6SX_UART6_BASE_ADDR)
+#define MXS_LCDIF_BASE LCDIF1_BASE_ADDR
+
extern void imx_get_mac_from_fuse(int dev_id, unsigned char *mac);