projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82c0581
)
ARM: STi: STiH407: Enable the 2 HW Random Number Generators for STiH4{07, 10}
author
Lee Jones
<lee.jones@linaro.org>
Thu, 17 Sep 2015 13:45:00 +0000
(15:45 +0200)
committer
Maxime Coquelin
<maxime.coquelin@st.com>
Thu, 1 Oct 2015 09:02:09 +0000
(11:02 +0200)
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
arch/arm/boot/dts/stih407-family.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/stih407-family.dtsi
b/arch/arm/boot/dts/stih407-family.dtsi
index 1138eea5ab17bdd2e93857b21523db26f5e51757..582154bbe3f361eb8d96d29df6407448f77481c0 100644
(file)
--- a/
arch/arm/boot/dts/stih407-family.dtsi
+++ b/
arch/arm/boot/dts/stih407-family.dtsi
@@
-639,5
+639,19
@@
status = "disabled";
};
+
+ rng10: rng@08a89000 {
+ compatible = "st,rng";
+ reg = <0x08a89000 0x1000>;
+ clocks = <&clk_sysin>;
+ status = "okay";
+ };
+
+ rng11: rng@08a8a000 {
+ compatible = "st,rng";
+ reg = <0x08a8a000 0x1000>;
+ clocks = <&clk_sysin>;
+ status = "okay";
+ };
};
};