From d7f54f22607ffcace6cda97984649a5ae4f65996 Mon Sep 17 00:00:00 2001 From: Ye Li Date: Tue, 23 Feb 2016 15:25:12 +0800 Subject: 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 --- arch/arm/include/asm/arch-mx6/imx-regs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch') 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); -- cgit v1.1