mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
arm: at91: mpddrc: add missing MPDDRC_MD defines
add missing MPDDRC_MD defines Signed-off-by: Heiko Schocher <hs@denx.de> Acked-by: Wenyou Yang <wenyou.yang@atmel.com> Reviewed-by: Andreas Bießmann <andreas@biessmann.org>
This commit is contained in:
parent
5ac5861c4b
commit
20e00c1368
1 changed files with 3 additions and 0 deletions
|
@ -147,6 +147,9 @@ int ddr3_init(const unsigned int base,
|
|||
#define ATMEL_MPDDRC_TPR2_TFAW_MASK 0xf
|
||||
|
||||
/* Bit field in Memory Device Register */
|
||||
#define ATMEL_MPDDRC_MD_SDR_SDRAM 0x0
|
||||
#define ATMEL_MPDDRC_MD_LP_SDR_SDRAM 0x1
|
||||
#define ATMEL_MPDDRC_MD_DDR_SDRAM 0x2
|
||||
#define ATMEL_MPDDRC_MD_LPDDR_SDRAM 0x3
|
||||
#define ATMEL_MPDDRC_MD_DDR3_SDRAM 0x4
|
||||
#define ATMEL_MPDDRC_MD_LPDDR3_SDRAM 0x5
|
||||
|
|
Loading…
Reference in a new issue