Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1363213
| From | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] ARM: dts: exynos: Enable SSS on Odroid X/X2/U3 family |
| Date | 2016-03-23 07:20 +0100 |
| Message-ID | <rfKj7-7Q0-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Enable the Security SubSystem (SSS) on Exynos4412-based Odroid boards
to provide hardware acceleration for AES operations.
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Tested-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
---
arch/arm/boot/dts/exynos4412-odroid-common.dtsi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/exynos4412-odroid-common.dtsi b/arch/arm/boot/dts/exynos4412-odroid-common.dtsi
index 5e5d3fecb04c..470e592e9232 100644
--- a/arch/arm/boot/dts/exynos4412-odroid-common.dtsi
+++ b/arch/arm/boot/dts/exynos4412-odroid-common.dtsi
@@ -492,6 +492,10 @@
status = "okay";
};
+&sss {
+ status = "okay";
+};
+
&tmu {
vtmu-supply = <&ldo10_reg>;
status = "okay";
--
2.5.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] ARM: dts: exynos: Enable SSS on Odroid X/X2/U3 family Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-03-23 07:20 +0100 Re: [PATCH] ARM: dts: exynos: Enable SSS on Odroid X/X2/U3 family kbuild test robot <lkp@intel.com> - 2016-03-23 09:10 +0100
csiph-web