diff options
| author | Lokesh Vutla <lokeshvutla@ti.com> | 2013-02-12 21:29:07 +0000 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-03-11 11:06:11 -0400 | 
| commit | 7831419d7bd9cf61a53ad6f7f23dae107812fdf5 (patch) | |
| tree | 339338c4d16d2e0c74ed77938b00e017d935e488 /arch/arm/cpu/armv7/omap5/hw_data.c | |
| parent | 8b12f1779e339e375151883b3d0aadbd4fdce894 (diff) | |
| download | olio-uboot-2014.01-7831419d7bd9cf61a53ad6f7f23dae107812fdf5.tar.xz olio-uboot-2014.01-7831419d7bd9cf61a53ad6f7f23dae107812fdf5.zip | |
arm: dra7xx: Add DDR related data for DRA752 ES1.0
DRA752 uses DDR3. Populating the corresponding structures
with DDR3 data.
Writing into MA registers if only MA is present in that soc.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: R Sricharan <r.sricharan@ti.com>
Reviewed-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'arch/arm/cpu/armv7/omap5/hw_data.c')
| -rw-r--r-- | arch/arm/cpu/armv7/omap5/hw_data.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/arch/arm/cpu/armv7/omap5/hw_data.c b/arch/arm/cpu/armv7/omap5/hw_data.c index 7f1808ca7..ced274e4d 100644 --- a/arch/arm/cpu/armv7/omap5/hw_data.c +++ b/arch/arm/cpu/armv7/omap5/hw_data.c @@ -586,6 +586,7 @@ void get_ioregs(const struct ctrl_ioregs **regs)  		*regs = &ioregs_omap5432_es1;  	break;  	case OMAP5432_ES2_0: +	case DRA752_ES1_0:  		*regs = &ioregs_omap5432_es2;  	break; |