summaryrefslogtreecommitdiff
path: root/arch/arm/include
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2018-07-17 23:13:59 -0700
committerYe Li <ye.li@nxp.com>2018-07-19 21:14:38 -0700
commit65bac60d03335a44cc0a7a0afab0e638a6ba53d6 (patch)
tree257dc3a0ac19793c548369cef69f0dd9fecb4740 /arch/arm/include
parent694351cb02474e195934f8a7068f225c094c0581 (diff)
MLK-18945-9 imx8mm: Update SOC codes to support LCDIF
Enable the video PLL (594Mhz) and clocks in displaymix. Add the LCDIF clock set interface to change its dot clock rate. Update registers header file for LCDIF base address. Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 3c27bc4bfa35dbebee2b5797c9137a2257946eca)
Diffstat (limited to 'arch/arm/include')
-rw-r--r--arch/arm/include/asm/arch-imx8m/imx-regs-imx8mm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-imx8m/imx-regs-imx8mm.h b/arch/arm/include/asm/arch-imx8m/imx-regs-imx8mm.h
index 11d63ad96f..f7c6cefa74 100644
--- a/arch/arm/include/asm/arch-imx8m/imx-regs-imx8mm.h
+++ b/arch/arm/include/asm/arch-imx8m/imx-regs-imx8mm.h
@@ -7,6 +7,8 @@
#ifndef __ARCH_IMX8M_REGS_H
#define __ARCH_IMX8M_REGS_H
+#include <asm/mach-imx/regs-lcdif.h>
+
/* Based on version 0.2.2 */
#define ROM_VERSION_A0 0x800
@@ -108,6 +110,8 @@
#define USB_BASE_ADDR USB1_BASE_ADDR
+#define MXS_LCDIF_BASE LCDIF_BASE_ADDR
+
#define IOMUXC_GPR0 (IOMUXC_GPR_BASE_ADDR + 0x00)
#define IOMUXC_GPR1 (IOMUXC_GPR_BASE_ADDR + 0x04)
#define IOMUXC_GPR2 (IOMUXC_GPR_BASE_ADDR + 0x08)