projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a248768
)
clk: stm32mp1: Add a clock entry for RNG1 device
author
Sughosh Ganu
<sughosh.ganu@linaro.org>
Sat, 28 Dec 2019 18:28:28 +0000
(23:58 +0530)
committer
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Tue, 7 Jan 2020 17:08:21 +0000
(18:08 +0100)
Add an entry for allowing clock enablement for the random number
generator peripheral, RNG1.
Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
Acked-by: Patrick Delaunay <patrick.delaunay@st.com>
drivers/clk/clk_stm32mp1.c
patch
|
blob
|
history
diff --git
a/drivers/clk/clk_stm32mp1.c
b/drivers/clk/clk_stm32mp1.c
index 3718970dc7c4d2754a936e2b7f9567d6ba3b1fcc..da66bde41b5fc9f1aea7692bc2b0a2d778b87fee 100644
(file)
--- a/
drivers/clk/clk_stm32mp1.c
+++ b/
drivers/clk/clk_stm32mp1.c
@@
-563,6
+563,7
@@
static const struct stm32mp1_clk_gate stm32mp1_clk_gate[] = {
STM32MP1_CLK_SET_CLR(RCC_MP_AHB4ENSETR, 10, GPIOK, _UNKNOWN_SEL),
STM32MP1_CLK_SET_CLR(RCC_MP_AHB5ENSETR, 0, GPIOZ, _UNKNOWN_SEL),
+ STM32MP1_CLK_SET_CLR(RCC_MP_AHB5ENSETR, 6, RNG1_K, _UNKNOWN_SEL),
STM32MP1_CLK_SET_CLR(RCC_MP_AHB6ENSETR, 7, ETHCK_K, _ETH_SEL),
STM32MP1_CLK_SET_CLR(RCC_MP_AHB6ENSETR, 8, ETHTX, _UNKNOWN_SEL),