clk: rockchip: rk1808: fixup wrong id-name for HCLK_I2S1

Change-Id: I10254f5c6144443d614a34d75d2400c22c448514
Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
This commit is contained in:
Sugar Zhang
2018-09-23 22:10:08 +08:00
committed by Tao Huang
parent f167118953
commit c7bf0d5658
2 changed files with 2 additions and 2 deletions

View File

@@ -988,7 +988,7 @@ static struct rockchip_clk_branch rk1808_clk_branches[] __initdata = {
RK1808_CLKGATE_CON(18), 13, GFLAGS),
GATE(HCLK_I2S0_8CH, "hclk_i2s0_8ch", "hclk_audio_pre", 0,
RK1808_CLKGATE_CON(18), 14, GFLAGS),
GATE(HCLK_I2S1_8CH, "hclk_i2s1_8ch", "hclk_audio_pre", 0,
GATE(HCLK_I2S1_2CH, "hclk_i2s1_2ch", "hclk_audio_pre", 0,
RK1808_CLKGATE_CON(18), 15, GFLAGS),
COMPOSITE(0, "clk_pdm_src", mux_gpll_xin24m_cpll_npll_p, 0,

View File

@@ -161,7 +161,7 @@
#define HCLK_VAD 216
#define HCLK_PDM 217
#define HCLK_I2S0_8CH 218
#define HCLK_I2S1_8CH 219
#define HCLK_I2S1_2CH 219
#define MSCLK_CORE_NIU 220
#define HSCLK_IMEM 221
#define HCLK_HOST_ARB 222