
18 Oct
2011
18 Oct
'11
1:33 a.m.
Fix EMIF4 registers definition.
Signed-off-by: Ilya Yanok yanok@emcraft.com --- arch/arm/include/asm/arch-omap3/cpu.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/include/asm/arch-omap3/cpu.h b/arch/arm/include/asm/arch-omap3/cpu.h index 08a725d..97fbee6 100644 --- a/arch/arm/include/asm/arch-omap3/cpu.h +++ b/arch/arm/include/asm/arch-omap3/cpu.h @@ -218,6 +218,7 @@ struct sdrc {
/* EMIF4 */ typedef struct emif4 { + unsigned int emif_mod_id_rev; unsigned int sdram_sts; unsigned int sdram_config; unsigned int res1;
--
1.7.6.4