pan gao has uploaded a new patch set (#10) to the change originally created by Yidi Lin. ( https://review.coreboot.org/c/coreboot/+/46411 )
Change subject: HACK: soc/mediatek: Add function to raise the CCI frequency ......................................................................
HACK: soc/mediatek: Add function to raise the CCI frequency
Implement mt_pll_raise_cci_freq() in MT8192 to raise the frequency. usage: mt_pll_raise_cci_freq(1400UL * MHz); note: Obviously, little/big/cci raise_freq() could be merged.
Signed-off-by: Weiyi Lu weiyi.lu@mediatek.com Change-Id: I084cd7888b1dcfdeaef308b8bb3677d034497a30 --- M src/soc/mediatek/common/include/soc/pll_common.h M src/soc/mediatek/mt8192/pll.c 2 files changed, 28 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/46411/10