summaryrefslogtreecommitdiff
path: root/src/soc/mediatek/mt8186
diff options
context:
space:
mode:
authorYu-Ping Wu <yupingso@chromium.org>2022-02-10 17:00:17 +0800
committerFelix Held <felix-coreboot@felixheld.de>2022-02-11 14:07:18 +0000
commit08d2016e506153494eb053cd3a2db66f6f780d90 (patch)
treeb82c7ae6c9a86c9e02214a1c3384840a69d8e313 /src/soc/mediatek/mt8186
parente527c713bd3533858054fe389ec2a5c93f6d6726 (diff)
soc/mediatek/mt8186: Lower SPI NOR speed to 52MHiz
The current SPI NOR speed mainpll_d7_d2 (78MHz) is too fast for MT8186's HW design, which is capable of up to 52MHz. Therefore, lower the speed to univpll_d3_d8 (52MHz). BUG=b:218775654 TEST=emerge-corsola coreboot TEST=Boot time didn't increase significantly BRAHCH=none Change-Id: I5a03e41d4ce47d45b97a805b9b98877ef0dac7b7 Signed-off-by: Yu-Ping Wu <yupingso@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/61796 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Rex-BC Chen <rex-bc.chen@mediatek.com> Reviewed-by: Hung-Te Lin <hungte@chromium.org>
Diffstat (limited to 'src/soc/mediatek/mt8186')
-rw-r--r--src/soc/mediatek/mt8186/pll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/mediatek/mt8186/pll.c b/src/soc/mediatek/mt8186/pll.c
index 572e7ec45b..9fe6a5147f 100644
--- a/src/soc/mediatek/mt8186/pll.c
+++ b/src/soc/mediatek/mt8186/pll.c
@@ -253,7 +253,7 @@ static const struct mux_sel mux_sels[] = {
{ .id = TOP_DSI_OCC_SEL, .sel = 1 }, /* 1: univpll_d3_d2 */
{ .id = TOP_SPMI_MST_SEL, .sel = 2 }, /* 2: ulposc1_d4 */
/* CLK_CFG_13 */
- { .id = TOP_SPINOR_SEL, .sel = 5 }, /* 5: mainpll_d7_d2 */
+ { .id = TOP_SPINOR_SEL, .sel = 3 }, /* 3: univpll_d3_d8 */
{ .id = TOP_NNA_SEL, .sel = 14 }, /* 14: nnapll_ck */
{ .id = TOP_NNA1_SEL, .sel = 14 }, /* 14: nnapll_ck */
{ .id = TOP_NNA2_SEL, .sel = 15 }, /* 15: nna2pll_ck */