summaryrefslogtreecommitdiffstats
path: root/src/soc/mediatek/mt8195/Makefile.inc
diff options
context:
space:
mode:
authorYuchen Huang <yuchen.huang@mediatek.corp-partner.google.com>2021-04-11 15:28:20 +0800
committerHung-Te Lin <hungte@chromium.org>2021-05-10 01:57:49 +0000
commit6a6e58cb4197b96f8363a000a66ca54fc3344ddd (patch)
treeca8f82cbf45a90becb4358331552d66c142349c2 /src/soc/mediatek/mt8195/Makefile.inc
parent24c6355741e9f68fb2304be0dcdadfb25570b787 (diff)
downloadcoreboot-6a6e58cb4197b96f8363a000a66ca54fc3344ddd.tar.gz
coreboot-6a6e58cb4197b96f8363a000a66ca54fc3344ddd.tar.bz2
coreboot-6a6e58cb4197b96f8363a000a66ca54fc3344ddd.zip
soc/mediatek/mt8195: Add clk_buf driver
Both mt8192 and mt8195 use mt6359p clk_buf. But mt8195 clk_buf uses legacy co-clock mode without srclken_rc. Signed-off-by: Yuchen Huang <yuchen.huang@mediatek.corp-partner.google.com> Change-Id: Ie9ee91449a7a14e77231493f807b321b2dbaa6a6 Signed-off-by: Yidi Lin <yidi.lin@mediatek.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/53896 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Diffstat (limited to 'src/soc/mediatek/mt8195/Makefile.inc')
-rw-r--r--src/soc/mediatek/mt8195/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/mediatek/mt8195/Makefile.inc b/src/soc/mediatek/mt8195/Makefile.inc
index c34484970221..cc855b2b81ba 100644
--- a/src/soc/mediatek/mt8195/Makefile.inc
+++ b/src/soc/mediatek/mt8195/Makefile.inc
@@ -20,6 +20,7 @@ verstage-y += ../common/uart.c
verstage-y += ../common/wdt.c
romstage-y += ../common/cbmem.c
+romstage-y += ../common/clkbuf.c
romstage-y += emi.c
romstage-y += ../common/flash_controller.c
romstage-y += ../common/gpio.c gpio.c