summaryrefslogtreecommitdiffstats
path: root/src/soc/mediatek/mt8195/include
diff options
context:
space:
mode:
authorJames Lo <james.lo@mediatek.corp-partner.google.com>2021-07-03 13:54:45 +0800
committerHung-Te Lin <hungte@chromium.org>2021-07-12 02:54:36 +0000
commit543b32f60d939ccb196a7bbd46e8445b7fafb20c (patch)
tree24876bdf6089499c9429ec45611747486900a009 /src/soc/mediatek/mt8195/include
parente46cd138ffad3bff6d6a68831c9c65b62e857ce6 (diff)
downloadcoreboot-543b32f60d939ccb196a7bbd46e8445b7fafb20c.tar.gz
coreboot-543b32f60d939ccb196a7bbd46e8445b7fafb20c.tar.bz2
coreboot-543b32f60d939ccb196a7bbd46e8445b7fafb20c.zip
soc/mediatek/mt8195: fine tune pmif spi hardware settings for stability
Update IO driving setting for pmif spi. Signed-off-by: James Lo <james.lo@mediatek.corp-partner.google.com> Change-Id: I48268cda8845a591592d8ca828ffe492e6dfe0ce Reviewed-on: https://review.coreboot.org/c/coreboot/+/56166 Reviewed-by: Yu-Ping Wu <yupingso@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/mediatek/mt8195/include')
-rw-r--r--src/soc/mediatek/mt8195/include/soc/iocfg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/mediatek/mt8195/include/soc/iocfg.h b/src/soc/mediatek/mt8195/include/soc/iocfg.h
index 8ca2f62f6279..f3524dcb9adf 100644
--- a/src/soc/mediatek/mt8195/include/soc/iocfg.h
+++ b/src/soc/mediatek/mt8195/include/soc/iocfg.h
@@ -63,5 +63,6 @@ check_member(mt8195_iocfg_bm_regs, tdsel_cfg1, 0x110);
enum {
IO_4_MA = 0x9,
+ IO_6_MA = 0x1b,
};
#endif /* __SOC_MEDIATEK_MT8195_IOCFG_H__ */