提交 4d52b2ac 编写于 作者: B Boris Brezillon 提交者: Michael Turquette

clk: mvebu: add missing CESA gate clk

Even if not documented in the datasheet, the Armada 370 SoC can actually
gate the CESA (crypto engine) clock.
Add an entry in the gating_desc table to be able to reference the CESA
gateclk in the crypto node.
Signed-off-by: NBoris Brezillon <boris.brezillon@free-electrons.com>
Acked-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: NMichael Turquette <mturquette@linaro.org>
上级 5343325f
...@@ -19,6 +19,7 @@ ID Clock Peripheral ...@@ -19,6 +19,7 @@ ID Clock Peripheral
9 pex1 PCIe Cntrl 1 9 pex1 PCIe Cntrl 1
15 sata0 SATA Host 0 15 sata0 SATA Host 0
17 sdio SDHCI Host 17 sdio SDHCI Host
23 crypto CESA (crypto engine)
25 tdm Time Division Mplx 25 tdm Time Division Mplx
28 ddr DDR Cntrl 28 ddr DDR Cntrl
30 sata1 SATA Host 0 30 sata1 SATA Host 0
......
...@@ -163,6 +163,7 @@ static const struct clk_gating_soc_desc a370_gating_desc[] __initconst = { ...@@ -163,6 +163,7 @@ static const struct clk_gating_soc_desc a370_gating_desc[] __initconst = {
{ "pex1", "pex1_en", 9, 0 }, { "pex1", "pex1_en", 9, 0 },
{ "sata0", NULL, 15, 0 }, { "sata0", NULL, 15, 0 },
{ "sdio", NULL, 17, 0 }, { "sdio", NULL, 17, 0 },
{ "crypto", NULL, 23, 0 },
{ "tdm", NULL, 25, 0 }, { "tdm", NULL, 25, 0 },
{ "ddr", NULL, 28, CLK_IGNORE_UNUSED }, { "ddr", NULL, 28, CLK_IGNORE_UNUSED },
{ "sata1", NULL, 30, 0 }, { "sata1", NULL, 30, 0 },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册