diff options
author | Terry Lv <r65388@freescale.com> | 2009-09-18 10:11:09 +0800 |
---|---|---|
committer | Terry Lv <r65388@freescale.com> | 2009-11-04 10:48:40 +0800 |
commit | caeb913349bcff570906d425a6afc2d8b5e0db59 (patch) | |
tree | 7355dbebcc2f06101c5d716190451d323aa4f3d2 /include/asm-arm/arch-mx51 | |
parent | ba816f983f5dac44d9f4461906b9bc0101237ac8 (diff) | |
download | u-boot-imx-caeb913349bcff570906d425a6afc2d8b5e0db59.zip u-boot-imx-caeb913349bcff570906d425a6afc2d8b5e0db59.tar.gz u-boot-imx-caeb913349bcff570906d425a6afc2d8b5e0db59.tar.bz2 |
ENGR00116504-1: Sync clock and l2cc code with redboot.
Syc clock and l2cc code with redboot.
Signed-off-by: Terry Lv <r65388@freescale.com>
(cherry picked from commit f712613010e3bf2c186f05a1b7381483d733b925)
Diffstat (limited to 'include/asm-arm/arch-mx51')
-rw-r--r-- | include/asm-arm/arch-mx51/mx51.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-arm/arch-mx51/mx51.h b/include/asm-arm/arch-mx51/mx51.h index 1014d41..ec6e60c 100644 --- a/include/asm-arm/arch-mx51/mx51.h +++ b/include/asm-arm/arch-mx51/mx51.h @@ -343,6 +343,7 @@ #define CLKCTL_CCGR3 0x74 #define CLKCTL_CCGR4 0x78 #define CLKCTL_CCGR5 0x7C +#define CLKCTL_CCGR6 0x80 #define CLKCTL_CMEOR 0x84 /* DPLL */ @@ -392,7 +393,8 @@ #define CHIP_REV_1_0 0x10 #define CHIP_REV_1_1 0x11 #define CHIP_REV_2_0 0x20 -#define CHIP_REV_2_5 0x120 +#define CHIP_REV_2_5 0x25 +#define CHIP_REV_3_0 0x30 #define BOARD_REV_1_0 0x0 #define BOARD_REV_2_0 0x1 |