Skip to content

Commit

Permalink
ARM: dts: exynos: Enable PRNG and SSS for all Exynos4 devices
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Krzysztof Kozlowski committed Apr 27, 2016
1 parent 6dc62f1 commit 8691f91
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions arch/arm/boot/dts/exynos4.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -987,14 +987,12 @@
interrupts = <0 112 0>;
clocks = <&clock CLK_SSS>;
clock-names = "secss";
status = "disabled";
};

prng: rng@10830400 {
compatible = "samsung,exynos4-rng";
reg = <0x10830400 0x200>;
clocks = <&clock CLK_SSS>;
clock-names = "secss";
status = "disabled";
};
};
4 changes: 0 additions & 4 deletions arch/arm/boot/dts/exynos4412-odroid-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -496,10 +496,6 @@
status = "okay";
};

&sss {
status = "okay";
};

&tmu {
vtmu-supply = <&ldo10_reg>;
status = "okay";
Expand Down
8 changes: 0 additions & 8 deletions arch/arm/boot/dts/exynos4412-trats2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -1234,10 +1234,6 @@
status = "okay";
};

&prng {
status = "okay";
};

&rtc {
status = "okay";
clocks = <&clock CLK_RTC>, <&max77686 MAX77686_CLK_AP>;
Expand Down Expand Up @@ -1286,10 +1282,6 @@
};
};

&sss {
status = "okay";
};

&tmu {
vtmu-supply = <&ldo10_reg>;
status = "okay";
Expand Down

0 comments on commit 8691f91

Please sign in to comment.