From f189249eb6562811e64a32ceb3c19d5dc7b7e9ea Mon Sep 17 00:00:00 2001 From: "Garmin.Chang" Date: Mon, 12 Sep 2022 18:05:14 +0800 Subject: [PATCH] soc/mediatek/mt8188: Fix indention in pll.c BUG=b:233720142 TEST=build pass. Signed-off-by: Garmin.Chang Change-Id: I567d1ded1c3b5e36a25026cec697d43d92d5524c Reviewed-on: https://review.coreboot.org/c/coreboot/+/67546 Reviewed-by: Yu-Ping Wu Tested-by: build bot (Jenkins) --- src/soc/mediatek/mt8188/pll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/mediatek/mt8188/pll.c b/src/soc/mediatek/mt8188/pll.c index 123d92fb9c..31d57c3b75 100644 --- a/src/soc/mediatek/mt8188/pll.c +++ b/src/soc/mediatek/mt8188/pll.c @@ -292,7 +292,7 @@ static const struct mux_sel mux_sels[] = { { .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 */