Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1259246

[PATCH 2/4] clk: rockchip: set an id for crypto clk

From Zain Wang <zain.wang@rock-chips.com>
Newsgroups linux.kernel
Subject [PATCH 2/4] clk: rockchip: set an id for crypto clk
Date 2015-10-30 07:40 +0100
Message-ID <qpbvY-2mp-13@gated-at.bofh.it> (permalink)
References <qpbvY-2mp-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


set an id for crypto clk, so that it can be called in other part.

Signed-off-by: Zain Wang <zain.wang@rock-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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/4] Crypto: add crypto accelerator support for rk3288 Zain Wang <zain.wang@rock-chips.com> - 2015-10-30 07:40 +0100
  [PATCH 2/4] clk: rockchip: set an id for crypto clk Zain Wang <zain.wang@rock-chips.com> - 2015-10-30 07:40 +0100
  [PATCH 1/4] Crypto: Crypto driver support aes/des/des3 for rk3288 Zain Wang <zain.wang@rock-chips.com> - 2015-10-30 07:40 +0100

csiph-web