diff options
author | Tristan Shieh <tristan.shieh@mediatek.com> | 2018-06-05 12:20:00 +0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-07-02 07:30:56 +0000 |
commit | 85c34750cf4d70ac0b6277950cb428185c962af7 (patch) | |
tree | 758451851ca81a14645c8799e871b5eb93fe7863 /src/soc/mediatek/common | |
parent | 5da002980b1d8520f4c20be1d9e16eca607a7cd6 (diff) |
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 <tristan.shieh@mediatek.com>
Reviewed-on: https://review.coreboot.org/27030
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/soc/mediatek/common')
-rw-r--r-- | src/soc/mediatek/common/include/soc/mtcmos.h | 2 |
1 files changed, 2 insertions, 0 deletions
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__ */ |