summaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorCrystal Guo <crystal.guo@mediatek.corp-partner.google.com>2024-11-20 10:40:57 +0800
committerYu-Ping Wu <yupingso@google.com>2024-11-21 13:46:47 +0000
commitfeddd37297d2157504540aa861e86e7e2aeba782 (patch)
tree219b6baa9521f361cf055d19112a7d3c99562ad8 /src/mainboard
parent992e09a1d5e0501711ee76083d9d00828fcbddd7 (diff)
soc/mediatek: Rename dpm to dpm_v1
MT8196 equips new DPM hardware which is different from precedent SoCs. Therefore, we need implement a new DPM loader (said version 2) to run the blob. Considering the version iteration, rename the original dpm to dpm_v1. TEST=Build pass. BUG=b:317009620 Change-Id: I07afb8f5c23e96aad3c6cb0887cb7efd16ebf296 Signed-off-by: Crystal Guo <crystal.guo@mediatek.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/85211 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Yu-Ping Wu <yupingso@google.com> Reviewed-by: Yidi Lin <yidilin@google.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/google/asurada/mainboard.c2
-rw-r--r--src/mainboard/google/cherry/mainboard.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/asurada/mainboard.c b/src/mainboard/google/asurada/mainboard.c
index 2da9719a19..358717b690 100644
--- a/src/mainboard/google/asurada/mainboard.c
+++ b/src/mainboard/google/asurada/mainboard.c
@@ -11,7 +11,7 @@
#include <gpio.h>
#include <soc/bl31.h>
#include <soc/ddp.h>
-#include <soc/dpm.h>
+#include <soc/dpm_v1.h>
#include <soc/dsi.h>
#include <soc/gpio_common.h>
#include <soc/i2c.h>
diff --git a/src/mainboard/google/cherry/mainboard.c b/src/mainboard/google/cherry/mainboard.c
index 19638c97f6..16eabbac37 100644
--- a/src/mainboard/google/cherry/mainboard.c
+++ b/src/mainboard/google/cherry/mainboard.c
@@ -9,7 +9,7 @@
#include <gpio.h>
#include <soc/bl31.h>
#include <soc/display.h>
-#include <soc/dpm.h>
+#include <soc/dpm_v1.h>
#include <soc/i2c.h>
#include <soc/msdc.h>
#include <soc/mtcmos.h>