diff options
| author | Sricharan R <r.sricharan@ti.com> | 2013-05-30 03:19:39 +0000 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-06-10 08:43:10 -0400 | 
| commit | 92b0482c17acf92f94ac74fd8536fd95d5b64b5e (patch) | |
| tree | 1b8357119fd332ae53f60e03e3962973347b7958 /arch/arm/include/asm/arch-omap5/omap.h | |
| parent | 97405d843ece2a53e67b801e02ee42005d26e172 (diff) | |
| download | olio-uboot-2014.01-92b0482c17acf92f94ac74fd8536fd95d5b64b5e.tar.xz olio-uboot-2014.01-92b0482c17acf92f94ac74fd8536fd95d5b64b5e.zip | |
ARM: DRA7xx: EMIF: Change settings required for EVM board
DRA7 EVM board has the below configuration. Adding the
settings for the same here.
   2Gb_1_35V_DDR3L part * 2 on EMIF1
   2Gb_1_35V_DDR3L part * 4 on EMIF2
Signed-off-by: Sricharan R <r.sricharan@ti.com>
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 | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/arch/arm/include/asm/arch-omap5/omap.h b/arch/arm/include/asm/arch-omap5/omap.h index bb6a757dc..817c1ff27 100644 --- a/arch/arm/include/asm/arch-omap5/omap.h +++ b/arch/arm/include/asm/arch-omap5/omap.h @@ -221,6 +221,7 @@ struct ctrl_ioregs {  	u32 ctrl_ddrio_1;  	u32 ctrl_ddrio_2;  	u32 ctrl_emif_sdram_config_ext; +	u32 ctrl_ddr_ctrl_ext_0;  };  #endif /* __ASSEMBLY__ */  #endif |