diff options
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-03-21 17:29:52 +0900 |
---|---|---|
committer | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-03-29 10:36:48 +0900 |
commit | f3a132f0eaed611c3782181130422f4a704ac114 (patch) | |
tree | abbeec1c4cb0c93db6c733d5925f8b03cdcd08ef /arch/arm/boot/dts/exynos4412-trats2.dts | |
parent | 6c5eb1db1e4a1fdbb5c6a9626875c589b84860b7 (diff) | |
download | op-kernel-dev-f3a132f0eaed611c3782181130422f4a704ac114.zip op-kernel-dev-f3a132f0eaed611c3782181130422f4a704ac114.tar.gz |
ARM: dts: exynos: Enable SSS on Trats2
Enable the Security SubSystem (SSS) on Trats2 (Exynos4412) board to
provide hardware acceleration for AES operations.
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
Diffstat (limited to 'arch/arm/boot/dts/exynos4412-trats2.dts')
-rw-r--r-- | arch/arm/boot/dts/exynos4412-trats2.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4412-trats2.dts b/arch/arm/boot/dts/exynos4412-trats2.dts index ed017cc..2bf363c 100644 --- a/arch/arm/boot/dts/exynos4412-trats2.dts +++ b/arch/arm/boot/dts/exynos4412-trats2.dts @@ -1286,6 +1286,10 @@ }; }; +&sss { + status = "okay"; +}; + &tmu { vtmu-supply = <&ldo10_reg>; status = "okay"; |