From c7bf0d5658fc62e607446dabc93efd6dc6dff4ec Mon Sep 17 00:00:00 2001 From: Sugar Zhang Date: Sun, 23 Sep 2018 22:10:08 +0800 Subject: [PATCH] clk: rockchip: rk1808: fixup wrong id-name for HCLK_I2S1 Change-Id: I10254f5c6144443d614a34d75d2400c22c448514 Signed-off-by: Sugar Zhang --- drivers/clk/rockchip/clk-rk1808.c | 2 +- include/dt-bindings/clock/rk1808-cru.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/clk/rockchip/clk-rk1808.c b/drivers/clk/rockchip/clk-rk1808.c index c84a84d6d8ac..2911b95d3572 100644 --- a/drivers/clk/rockchip/clk-rk1808.c +++ b/drivers/clk/rockchip/clk-rk1808.c @@ -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, diff --git a/include/dt-bindings/clock/rk1808-cru.h b/include/dt-bindings/clock/rk1808-cru.h index 39eef3d50832..91a71dd0a165 100644 --- a/include/dt-bindings/clock/rk1808-cru.h +++ b/include/dt-bindings/clock/rk1808-cru.h @@ -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