commit | 70988eb4dd0ffa73f6758e67516aa7a7f3448092 | [log] [tgz] |
---|---|---|
author | Albert ARIBAUD \(3ADEV\) <albert.aribaud@3adev.fr> | Fri Jan 16 09:09:48 2015 +0100 |
committer | Tom Rini <trini@ti.com> | Thu Jan 29 12:00:50 2015 -0500 |
tree | 94478575b236602ee7a4fcb929ac30c77651e4e5 | |
parent | 49344673b0756ae1f58137a2aed2da39441ebf16 [diff] [blame] |
omap3: make SDRC SHARING setting configurable Signed-off-by: Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
diff --git a/arch/arm/include/asm/arch-omap3/sys_proto.h b/arch/arm/include/asm/arch-omap3/sys_proto.h index 34bd8c5..bcf92fb 100644 --- a/arch/arm/include/asm/arch-omap3/sys_proto.h +++ b/arch/arm/include/asm/arch-omap3/sys_proto.h
@@ -23,6 +23,7 @@ /* Board SDRC timing values */ struct board_sdrc_timings { + u32 sharing; u32 mcfg; u32 ctrla; u32 ctrlb;