Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 751be8f2 authored by Zain Wang's avatar Zain Wang Committed by Heiko Stuebner
Browse files

clk: rockchip: set the id for crypto clk



Set the newly added id for the crypto clk, so that it can be called
in other parts.

Signed-off-by: default avatarZain Wang <zain.wang@rock-chips.com>
Acked-by: default avatarMichael Turquette <mturquette@baylibre.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent c27e0aee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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(SCLK_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,