diff options
author | Garmin.Chang <Garmin.Chang@mediatek.com> | 2022-09-12 18:05:14 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-09-14 12:00:24 +0000 |
commit | f189249eb6562811e64a32ceb3c19d5dc7b7e9ea (patch) | |
tree | 4fcba0d6bc5f77baf1d3b65aea1c965f88a56594 /src | |
parent | c7b549ec996de4fcb34895d5ed8fd13adb9ba53b (diff) |
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/mediatek/mt8188/pll.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |