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
Reviewed-on: https://review.coreboot.org/c/coreboot/+/67546
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Garmin.Chang 2022-09-12 18:05:14 +08:00 committed by Felix Held
parent c7b549ec99
commit f189249eb6
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ static const struct mux_sel mux_sels[] = {
{ .id = TOP_AUD_INTBUS_SEL, .sel = 1 }, /* 1: mainpll_d4_d4 */ { .id = TOP_AUD_INTBUS_SEL, .sel = 1 }, /* 1: mainpll_d4_d4 */
/* CLK_CFG_8 */ /* CLK_CFG_8 */
{ .id = TOP_AUDIO_H_SEL, .sel = 2 }, /* 2: apll1_ck */ { .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_ATB_SEL, .sel = 1 }, /* 1: mainpll_d4_d2 */
{ .id = TOP_SSPM_SEL, .sel = 3 }, /* 3: mainpll_d5_d2 */ { .id = TOP_SSPM_SEL, .sel = 3 }, /* 3: mainpll_d5_d2 */
/* CLK_CFG_9 */ /* CLK_CFG_9 */