summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/google/cherry/mainboard.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/cherry/mainboard.c b/src/mainboard/google/cherry/mainboard.c
index a454adfd8a..21ab24c58a 100644
--- a/src/mainboard/google/cherry/mainboard.c
+++ b/src/mainboard/google/cherry/mainboard.c
@@ -10,6 +10,7 @@
#include <framebuffer_info.h>
#include <gpio.h>
#include <soc/ddp.h>
+#include <soc/dpm.h>
#include <soc/dptx.h>
#include <soc/gpio.h>
#include <soc/i2c.h>
@@ -193,6 +194,9 @@ static void mainboard_init(struct device *dev)
configure_sdcard();
setup_usb_host();
+ if (dpm_init())
+ printk(BIOS_ERR, "dpm init failed, DVFS may not work\n");
+
if (spm_init())
printk(BIOS_ERR, "spm init failed, system suspend may not work\n");