Weiyi Lu has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/43958 )
Change subject: soc/mediatek/mt8192: Add PLL and clock init support
......................................................................
Patch Set 6:
(2 comments)
https://review.coreboot.org/c/coreboot/+/43958/1/src/soc/mediatek/mt8192/pll...
File src/soc/mediatek/mt8192/pll.c:
https://review.coreboot.org/c/coreboot/+/43958/1/src/soc/mediatek/mt8192/pll...
PS1, Line 114: MUX_UPD(TOP_BUS_AXIMEM_SEL, clk_cfg_0, clk_cfg_0_set, clk_cfg_0_clr, 24, 3, clk_cfg_update, 3),
BTW, given most calls are MUX_UPD and only very few are MUX, I think one possible change is to drop […]
Done, but reserve the MUX marco.
It will be MUX_UPD(XXXX, clk_cfg_0, 0, 3, &mtk_topckgen->clk_cfg_update, 0) if you would like to use MUX_UPD only
https://review.coreboot.org/c/coreboot/+/43958/1/src/soc/mediatek/mt8192/pll...
PS1, Line 457: setbits32(&mtk_topckgen->clk_scp_cfg_0 , 0x3ff);
Please fix this
Done
--
To view, visit
https://review.coreboot.org/c/coreboot/+/43958
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ia49342c058577e8e107b7e56c867bf21532e40d2
Gerrit-Change-Number: 43958
Gerrit-PatchSet: 6
Gerrit-Owner: CK HU
ck.hu@mediatek.com
Gerrit-Reviewer: Julius Werner
jwerner@chromium.org
Gerrit-Reviewer: Weiyi Lu
weiyi.lu@mediatek.com
Gerrit-Reviewer: Yu-Ping Wu
yupingso@google.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Angel Pons
th3fanbus@gmail.com
Gerrit-CC: Hung-Te Lin
hungte@chromium.org
Gerrit-CC: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-CC: Weiyi Lu
weiyi.lu@mediatek.corp-partner.google.com
Gerrit-Comment-Date: Tue, 11 Aug 2020 03:22:07 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Hung-Te Lin
hungte@chromium.org
Comment-In-Reply-To: build bot (Jenkins)
no-reply@coreboot.org
Comment-In-Reply-To: Yu-Ping Wu
yupingso@google.com
Gerrit-MessageType: comment