[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1446186638-16068-3-git-send-email-zain.wang@rock-chips.com>
Date: Fri, 30 Oct 2015 14:30:36 +0800
From: Zain Wang <zain.wang@...k-chips.com>
To: zhengsq@...k-chips.com, hl@...k-chips.com,
linux-kernel@...r.kernel.org
Cc: eddie.cai@...k-chips.com, Zain Wang <zain.wang@...k-chips.com>
Subject: [PATCH 2/4] clk: rockchip: set an id for crypto clk
set an id for crypto clk, so that it can be called in other part.
Signed-off-by: Zain Wang <zain.wang@...k-chips.com>
---
drivers/clk/rockchip/clk-rk3288.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clk/rockchip/clk-rk3288.c b/drivers/clk/rockchip/clk-rk3288.c
index 9040878..d74bd5d 100644
--- a/drivers/clk/rockchip/clk-rk3288.c
+++ b/drivers/clk/rockchip/clk-rk3288.c
@@ -295,7 +295,7 @@ static struct rockchip_clk_branch rk3288_clk_branches[] __initdata = {
RK3288_CLKGATE_CON(0), 4, GFLAGS),
GATE(0, "c2c_host", "aclk_cpu_src", 0,
RK3288_CLKGATE_CON(13), 8, GFLAGS),
- COMPOSITE_NOMUX(0, "crypto", "aclk_cpu_pre", 0,
+ COMPOSITE_NOMUX(SRST_CRYPTO, "crypto", "aclk_cpu_pre", 0,
RK3288_CLKSEL_CON(26), 6, 2, DFLAGS,
RK3288_CLKGATE_CON(5), 4, GFLAGS),
GATE(0, "aclk_bus_2pmu", "aclk_cpu_pre", CLK_IGNORE_UNUSED,
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists