提交 8691f91b 编写于 作者: K Krzysztof Kozlowski

ARM: dts: exynos: Enable PRNG and SSS for all Exynos4 devices

There is no external dependency for Security SubSystem (SSS) block so
the nodes for Pseudo Random Number Generator and AES hardware
acceleration can be enabled always for all Exynos4 devices.
Suggested-by: NMarek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: NKrzysztof Kozlowski <k.kozlowski@samsung.com>
上级 6dc62f12
...@@ -987,7 +987,6 @@ ...@@ -987,7 +987,6 @@
interrupts = <0 112 0>; interrupts = <0 112 0>;
clocks = <&clock CLK_SSS>; clocks = <&clock CLK_SSS>;
clock-names = "secss"; clock-names = "secss";
status = "disabled";
}; };
prng: rng@10830400 { prng: rng@10830400 {
...@@ -995,6 +994,5 @@ ...@@ -995,6 +994,5 @@
reg = <0x10830400 0x200>; reg = <0x10830400 0x200>;
clocks = <&clock CLK_SSS>; clocks = <&clock CLK_SSS>;
clock-names = "secss"; clock-names = "secss";
status = "disabled";
}; };
}; };
...@@ -496,10 +496,6 @@ ...@@ -496,10 +496,6 @@
status = "okay"; status = "okay";
}; };
&sss {
status = "okay";
};
&tmu { &tmu {
vtmu-supply = <&ldo10_reg>; vtmu-supply = <&ldo10_reg>;
status = "okay"; status = "okay";
......
...@@ -1234,10 +1234,6 @@ ...@@ -1234,10 +1234,6 @@
status = "okay"; status = "okay";
}; };
&prng {
status = "okay";
};
&rtc { &rtc {
status = "okay"; status = "okay";
clocks = <&clock CLK_RTC>, <&max77686 MAX77686_CLK_AP>; clocks = <&clock CLK_RTC>, <&max77686 MAX77686_CLK_AP>;
...@@ -1286,10 +1282,6 @@ ...@@ -1286,10 +1282,6 @@
}; };
}; };
&sss {
status = "okay";
};
&tmu { &tmu {
vtmu-supply = <&ldo10_reg>; vtmu-supply = <&ldo10_reg>;
status = "okay"; status = "okay";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册