summaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-mx53
diff options
context:
space:
mode:
authorLiu Ying <Ying.Liu@freescale.com>2011-01-13 11:03:10 +0800
committerLiu Ying <Ying.Liu@freescale.com>2011-01-13 11:03:10 +0800
commitb695e1012bf4c50564cc95391c9d7eaacaa1c6f7 (patch)
tree6817ab942aab3f59638975f255b66eb0f80ca2df /include/asm-arm/arch-mx53
parent600bfa886f6c7245138e72153a6a26bb28284dac (diff)
downloadu-boot-imx-b695e1012bf4c50564cc95391c9d7eaacaa1c6f7.zip
u-boot-imx-b695e1012bf4c50564cc95391c9d7eaacaa1c6f7.tar.gz
u-boot-imx-b695e1012bf4c50564cc95391c9d7eaacaa1c6f7.tar.bz2
ENGR00137894-2 MX53: Add ipu base addr and ipu clock
This patch adds ipu base address and ipu clock. Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
Diffstat (limited to 'include/asm-arm/arch-mx53')
-rw-r--r--include/asm-arm/arch-mx53/mx53.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-arm/arch-mx53/mx53.h b/include/asm-arm/arch-mx53/mx53.h
index 39babf9..037054d 100644
--- a/include/asm-arm/arch-mx53/mx53.h
+++ b/include/asm-arm/arch-mx53/mx53.h
@@ -40,6 +40,11 @@
#define IRAM_SIZE (IRAM_PARTITIONS*SZ_8K) /* 128KB */
/*
+ * IPU
+ */
+#define IPU_CTRL_BASE_ADDR 0x0
+
+/*
* NFC
*/
#define NFC_BASE_ADDR_AXI 0xF7FF0000 /* NAND flash AXI */