diff options
| author | Lokesh Vutla <lokeshvutla@ti.com> | 2012-05-22 00:03:23 +0000 | 
|---|---|---|
| committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-07-07 14:07:23 +0200 | 
| commit | eb4e18e89eec8d63f064cb5ec597ba9387fe4987 (patch) | |
| tree | 1dac807d2ea6ba79cff99637c7b2a474331d47fc /arch/arm/include/asm/arch-omap5/omap.h | |
| parent | 0a0bf7b217660589b846bd5d6fcebc1deef20971 (diff) | |
| download | olio-uboot-2014.01-eb4e18e89eec8d63f064cb5ec597ba9387fe4987.tar.xz olio-uboot-2014.01-eb4e18e89eec8d63f064cb5ec597ba9387fe4987.zip | |
OMAP5: Configure the io settings for omap5432 uevm board
This patch adds the IO settings required for OMAP5432 uevm's DDR3 pads
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'arch/arm/include/asm/arch-omap5/omap.h')
| -rw-r--r-- | arch/arm/include/asm/arch-omap5/omap.h | 15 | 
1 files changed, 14 insertions, 1 deletions
| diff --git a/arch/arm/include/asm/arch-omap5/omap.h b/arch/arm/include/asm/arch-omap5/omap.h index 94b6f3a89..7f05cb5b4 100644 --- a/arch/arm/include/asm/arch-omap5/omap.h +++ b/arch/arm/include/asm/arch-omap5/omap.h @@ -179,7 +179,14 @@ struct omap_sys_ctrl_regs {  	u32 control_srcomp_east_side; /*0x4A002E7C*/  	u32 control_srcomp_west_side; /*0x4A002E80*/  	u32 control_srcomp_code_latch; /*0x4A002E84*/ -	u32 pad4[3680198]; +	u32 pad4[3679394]; +	u32 control_port_emif1_sdram_config;		/*0x4AE0C110*/ +	u32 control_port_emif1_lpddr2_nvm_config;	/*0x4AE0C114*/ +	u32 control_port_emif2_sdram_config;		/*0x4AE0C118*/ +	u32 pad5[10]; +	u32 control_emif1_sdram_config_ext;		/* 0x4AE0C144 */ +	u32 control_emif2_sdram_config_ext;		/* 0x4AE0C148 */ +	u32 pad6[789];  	u32 control_smart1nopmio_padconf_0; /* 0x4AE0CDA0 */  	u32 control_smart1nopmio_padconf_1; /* 0x4AE0CDA4 */  	u32 control_padconf_mode; /* 0x4AE0CDA8 */ @@ -234,6 +241,12 @@ struct omap_sys_ctrl_regs {  #define DDR_IO_1_DQ_OUT_EN_ALL_DQ_INT_EN_ALL 0x8421084  #define DDR_IO_2_CA_OUT_EN_ALL_CA_INT_EN_ALL 0x8421000 +#define DDR_IO_I_40OHM_SR_SLOWEST_WD_DQ_NO_PULL_DQS_NO_PULL	0x7C7C7C6C +#define DDR_IO_I_40OHM_SR_FAST_WD_DQ_NO_PULL_DQS_NO_PULL	0x64646464 +#define DDR_IO_0_VREF_CELLS_DDR3_VALUE				0xBAE8C631 +#define DDR_IO_1_VREF_CELLS_DDR3_VALUE				0xBC6318DC +#define DDR_IO_2_VREF_CELLS_DDR3_VALUE				0x0 +  #define EFUSE_1 0x45145100  #define EFUSE_2 0x45145100  #define EFUSE_3 0x45145100 |