ASoC: SOF: mediatek: Align mt8186 clock names with dt-bindings
authorTinghan Shen <tinghan.shen@mediatek.com>
Wed, 22 Jun 2022 06:22:45 +0000 (14:22 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 22 Jun 2022 12:39:32 +0000 (13:39 +0100)
Align clock names in mt8186 dsp driver with dt-bindings.

Signed-off-by: Tinghan Shen <tinghan.shen@mediatek.com>
Link: https://lore.kernel.org/r/20220622062245.21021-5-tinghan.shen@mediatek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/mediatek/mt8186/mt8186-clk.c

index 22220fd50b626a090eb797fa566f407160f40896..2df3b7ae1c6f510feae21f0f052dcd1bf28f3583 100644 (file)
@@ -18,8 +18,8 @@
 #include "mt8186-clk.h"
 
 static const char *adsp_clks[ADSP_CLK_MAX] = {
-       [CLK_TOP_AUDIODSP] = "audiodsp_sel",
-       [CLK_TOP_ADSP_BUS] = "adsp_bus_sel",
+       [CLK_TOP_AUDIODSP] = "audiodsp",
+       [CLK_TOP_ADSP_BUS] = "adsp_bus",
 };
 
 int mt8186_adsp_init_clock(struct snd_sof_dev *sdev)