diff options
author | Aneesh V <aneesh@ti.com> | 2011-07-21 09:10:09 -0400 |
---|---|---|
committer | U-Boot <uboot@aari01-12.(none)> | 2011-08-03 12:49:19 +0200 |
commit | 2ae610f030c376323515321280352b3fe6278a0f (patch) | |
tree | 709368af53235e59613e54fa6dd05ab2aad0a40d /arch/arm/include/asm/arch-omap4/clocks.h | |
parent | 3776801d0ae4c147cba3110f71441edefe46a02c (diff) | |
download | u-boot-imx-2ae610f030c376323515321280352b3fe6278a0f.zip u-boot-imx-2ae610f030c376323515321280352b3fe6278a0f.tar.gz u-boot-imx-2ae610f030c376323515321280352b3fe6278a0f.tar.bz2 |
omap4: add sdram init support
Add support for the SDRAM controller (EMIF).
Signed-off-by: Aneesh V <aneesh@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'arch/arm/include/asm/arch-omap4/clocks.h')
-rw-r--r-- | arch/arm/include/asm/arch-omap4/clocks.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/include/asm/arch-omap4/clocks.h b/arch/arm/include/asm/arch-omap4/clocks.h index 71db39c..37bdcee 100644 --- a/arch/arm/include/asm/arch-omap4/clocks.h +++ b/arch/arm/include/asm/arch-omap4/clocks.h @@ -33,10 +33,10 @@ */ #define LDELAY 1000000 -#define CM_CLKMODE_DPLL_CORE (OMAP44XX_L4_CORE_BASE + 0x4120) -#define CM_CLKMODE_DPLL_PER (OMAP44XX_L4_CORE_BASE + 0x8140) -#define CM_CLKMODE_DPLL_MPU (OMAP44XX_L4_CORE_BASE + 0x4160) -#define CM_CLKSEL_CORE (OMAP44XX_L4_CORE_BASE + 0x4100) +#define CM_CLKMODE_DPLL_CORE 0x4A004120 +#define CM_CLKMODE_DPLL_PER 0x4A008140 +#define CM_CLKMODE_DPLL_MPU 0x4A004160 +#define CM_CLKSEL_CORE 0x4A004100 struct omap4_prcm_regs { /* cm1.ckgen */ |