From 85c34750cf4d70ac0b6277950cb428185c962af7 Mon Sep 17 00:00:00 2001 From: Tristan Shieh Date: Tue, 5 Jun 2018 12:20:00 +0800 Subject: mediatek/mt8183: Add mtcmos init support Using common mtcmos code to power on audio and display modules in SOC. BUG=b:80501386 BRANCH=none TEST=Boots correctly on Kukui. Passes the status check at the end of mtcmos_power_on() Change-Id: I41f16ba36432a8bbc47793cec2979753c9f84b43 Signed-off-by: Tristan Shieh Reviewed-on: https://review.coreboot.org/27030 Tested-by: build bot (Jenkins) Reviewed-by: Julius Werner --- src/soc/mediatek/common/include/soc/mtcmos.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/soc/mediatek/common') diff --git a/src/soc/mediatek/common/include/soc/mtcmos.h b/src/soc/mediatek/common/include/soc/mtcmos.h index e089fcc681..74bdda19ac 100644 --- a/src/soc/mediatek/common/include/soc/mtcmos.h +++ b/src/soc/mediatek/common/include/soc/mtcmos.h @@ -19,4 +19,6 @@ void mtcmos_audio_power_on(void); void mtcmos_display_power_on(void); +void mtcmos_protect_display_bus(void); + #endif /* __SOC_MEDIATEK_COMMON_MTCMOS_H__ */ -- cgit v1.2.3