Attention is currently required from: Hung-Te Lin.
Rex-BC Chen has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/67546 )
Change subject: soc/mediatek/mt8188: Fix indention in pll.c ......................................................................
soc/mediatek/mt8188: Fix indention in pll.c
BUG=b:233720142 TEST=build pass.
Signed-off-by: Garmin.Chang Garmin.Chang@mediatek.com Change-Id: I567d1ded1c3b5e36a25026cec697d43d92d5524c --- M src/soc/mediatek/mt8188/pll.c 1 file changed, 14 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/46/67546/1
diff --git a/src/soc/mediatek/mt8188/pll.c b/src/soc/mediatek/mt8188/pll.c index 123d92f..31d57c3 100644 --- a/src/soc/mediatek/mt8188/pll.c +++ b/src/soc/mediatek/mt8188/pll.c @@ -292,7 +292,7 @@ { .id = TOP_AUD_INTBUS_SEL, .sel = 1 }, /* 1: mainpll_d4_d4 */ /* CLK_CFG_8 */ { .id = TOP_AUDIO_H_SEL, .sel = 2 }, /* 2: apll1_ck */ - { .id = TOP_PWRAP_ULPOSC_SEL, .sel = 1 }, /* 1: ulposc_d10 */ + { .id = TOP_PWRAP_ULPOSC_SEL, .sel = 1 }, /* 1: ulposc_d10 */ { .id = TOP_ATB_SEL, .sel = 1 }, /* 1: mainpll_d4_d2 */ { .id = TOP_SSPM_SEL, .sel = 3 }, /* 3: mainpll_d5_d2 */ /* CLK_CFG_9 */