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 #include #include +#include #include #include #include @@ -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");