diff options
author | Liu Ying <Ying.Liu@freescale.com> | 2011-01-13 11:03:10 +0800 |
---|---|---|
committer | Liu Ying <Ying.Liu@freescale.com> | 2011-01-13 11:03:10 +0800 |
commit | b695e1012bf4c50564cc95391c9d7eaacaa1c6f7 (patch) | |
tree | 6817ab942aab3f59638975f255b66eb0f80ca2df /include/asm-arm | |
parent | 600bfa886f6c7245138e72153a6a26bb28284dac (diff) | |
download | u-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')
-rw-r--r-- | include/asm-arm/arch-mx53/mx53.h | 5 |
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 */ |