diff options
author | Jagan Teki | 2019-07-15 23:51:09 +0530 |
---|---|---|
committer | Kever Yang | 2019-07-19 11:11:09 +0800 |
commit | 7757d1102f292a177937267badae7f146045d9c3 (patch) | |
tree | 09e36f8c5cbdd8ab680667b0efb67cd5c919b8fb | |
parent | fafd2ad4df4d1362c2eb26716b4d625c5ca32694 (diff) |
arm: include: rockchip: Add DDR4 enum
Add DDR4 enum number in common header.
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: YouMin Chen <cym@rock-chips.com>
Reviewed-by: Kever Yang <Kever.yang@rock-chips.com>
-rw-r--r-- | arch/arm/include/asm/arch-rockchip/sdram_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-rockchip/sdram_common.h b/arch/arm/include/asm/arch-rockchip/sdram_common.h index 55abcdae774..7ac25af327c 100644 --- a/arch/arm/include/asm/arch-rockchip/sdram_common.h +++ b/arch/arm/include/asm/arch-rockchip/sdram_common.h @@ -7,6 +7,7 @@ #define _ASM_ARCH_SDRAM_COMMON_H enum { + DDR4 = 0, DDR3 = 0x3, LPDDR2 = 0x5, LPDDR3 = 0x6, |