aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/kukui/sdram_configs.c
diff options
context:
space:
mode:
authorHuayang Duan <huayang.duan@mediatek.com>2019-01-14 13:57:50 +0800
committerPatrick Georgi <pgeorgi@google.com>2019-01-23 14:44:23 +0000
commitea415b335f57bde8e744e0f40845cc6fdd671c71 (patch)
tree2838505d071bf1ee9998160244e4040e36e80434 /src/mainboard/google/kukui/sdram_configs.c
parent4865fe97d9afe113efb4f86d305cf404ed26f8b4 (diff)
mediatek/mt8183: Add Micron 4GB LPDDR4X DDR support
BUG=b:80501386 BRANCH=none TEST=Boots correctly and stress test pass on Kukui. Change-Id: I985c5061ce4ed4d88a17619aa5cde7d0121dd3a3 Signed-off-by: Huayang Duan <huayang.duan@mediatek.com> Reviewed-on: https://review.coreboot.org/c/31033 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Hung-Te Lin <hungte@chromium.org>
Diffstat (limited to 'src/mainboard/google/kukui/sdram_configs.c')
-rw-r--r--src/mainboard/google/kukui/sdram_configs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/kukui/sdram_configs.c b/src/mainboard/google/kukui/sdram_configs.c
index 25bbe8ffe2..cbfb08d5ce 100644
--- a/src/mainboard/google/kukui/sdram_configs.c
+++ b/src/mainboard/google/kukui/sdram_configs.c
@@ -20,6 +20,7 @@
static const char *const sdram_configs[] = {
[1] = "sdram-lpddr4x-H9HCNNNCPMALHR-4GB",
+ [2] = "sdram-lpddr4x-MT53E1G32D4NQ-4GB",
};
static struct sdram_params params;