diff options
Diffstat (limited to 'src/soc/mediatek/mt8195/soc.c')
-rw-r--r-- | src/soc/mediatek/mt8195/soc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/mediatek/mt8195/soc.c b/src/soc/mediatek/mt8195/soc.c index 74212207cf..638056487b 100644 --- a/src/soc/mediatek/mt8195/soc.c +++ b/src/soc/mediatek/mt8195/soc.c @@ -3,6 +3,7 @@ #include <device/device.h> #include <soc/devapc.h> #include <soc/emi.h> +#include <soc/hdmi.h> #include <soc/mcupm.h> #include <soc/mmu_operations.h> #include <soc/sspm.h> @@ -21,6 +22,7 @@ static void soc_init(struct device *dev) mcupm_init(); sspm_init(); ufs_disable_refclk(); + hdmi_low_power_setting(); } static struct device_operations soc_ops = { |