aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/ti/clk-43xx.c
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2016-06-01 12:06:45 +0300
committerTony Lindgren <tony@atomide.com>2016-06-22 00:44:07 -0700
commit8ed607a7490172733936a50a2231509dbde4f3b9 (patch)
tree27ade11f3312f2cda359bdfc51542fd5b8783cbc /drivers/clk/ti/clk-43xx.c
parentARM: dts: DRA7: Add DT node for RNG IP (diff)
downloadlinux-dev-8ed607a7490172733936a50a2231509dbde4f3b9.tar.xz
linux-dev-8ed607a7490172733936a50a2231509dbde4f3b9.zip
ARM: dts: AM43xx: clk: Add RNG clk node
Add clk node for RNG module. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'drivers/clk/ti/clk-43xx.c')
-rw-r--r--drivers/clk/ti/clk-43xx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/ti/clk-43xx.c b/drivers/clk/ti/clk-43xx.c
index 097fc90bf19a..3f157a40bbd1 100644
--- a/drivers/clk/ti/clk-43xx.c
+++ b/drivers/clk/ti/clk-43xx.c
@@ -58,6 +58,7 @@ static struct ti_dt_clk am43xx_clks[] = {
DT_CLK(NULL, "smartreflex1_fck", "smartreflex1_fck"),
DT_CLK(NULL, "sha0_fck", "sha0_fck"),
DT_CLK(NULL, "aes0_fck", "aes0_fck"),
+ DT_CLK(NULL, "rng_fck", "rng_fck"),
DT_CLK(NULL, "timer1_fck", "timer1_fck"),
DT_CLK(NULL, "timer2_fck", "timer2_fck"),
DT_CLK(NULL, "timer3_fck", "timer3_fck"),