Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8691f91b authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

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: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
parent 6dc62f12
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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";
	};
};
+0 −4
Original line number Diff line number Diff line
@@ -496,10 +496,6 @@
	status = "okay";
};

&sss {
	status = "okay";
};

&tmu {
	vtmu-supply = <&ldo10_reg>;
	status = "okay";
+0 −8
Original line number Diff line number Diff line
@@ -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";