projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ecf910
)
ARM: dts: stm32: Add RNG support on stm32mp157c
author
Lionel Debieve
<lionel.debieve@st.com>
Mon, 23 Apr 2018 15:19:00 +0000
(17:19 +0200)
committer
Alexandre Torgue
<alexandre.torgue@st.com>
Fri, 4 May 2018 07:45:41 +0000
(09:45 +0200)
This patch add RNG instance of the stm32mp157c SoC
Signed-off-by: Lionel Debieve <lionel.debieve@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32mp157c.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/stm32mp157c.dtsi
b/arch/arm/boot/dts/stm32mp157c.dtsi
index
d66106a
..
c598904
100644
(file)
--- a/
arch/arm/boot/dts/stm32mp157c.dtsi
+++ b/
arch/arm/boot/dts/stm32mp157c.dtsi
@@
-632,6
+632,14
@@
status = "disabled";
};
+ rng1: rng@54003000 {
+ compatible = "st,stm32-rng";
+ reg = <0x54003000 0x400>;
+ clocks = <&rcc RNG1_K>;
+ resets = <&rcc RNG1_R>;
+ status = "disabled";
+ };
+
mdma1: dma@58000000 {
compatible = "st,stm32h7-mdma";
reg = <0x58000000 0x1000>;