diff options
Diffstat (limited to 'src/soc/mediatek/mt8188/pll.c')
-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 */ |