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: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
This commit is contained in:
Родитель
6dc62f1263
Коммит
8691f91b5f
|
@ -987,7 +987,6 @@
|
|||
interrupts = <0 112 0>;
|
||||
clocks = <&clock CLK_SSS>;
|
||||
clock-names = "secss";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
prng: rng@10830400 {
|
||||
|
@ -995,6 +994,5 @@
|
|||
reg = <0x10830400 0x200>;
|
||||
clocks = <&clock CLK_SSS>;
|
||||
clock-names = "secss";
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -496,10 +496,6 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&sss {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&tmu {
|
||||
vtmu-supply = <&ldo10_reg>;
|
||||
status = "okay";
|
||||
|
|
|
@ -1234,10 +1234,6 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&prng {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&rtc {
|
||||
status = "okay";
|
||||
clocks = <&clock CLK_RTC>, <&max77686 MAX77686_CLK_AP>;
|
||||
|
@ -1286,10 +1282,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
&sss {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&tmu {
|
||||
vtmu-supply = <&ldo10_reg>;
|
||||
status = "okay";
|
||||
|
|
Загрузка…
Ссылка в новой задаче