Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1362276

[PATCH 1/2] ARM: dts: exynos: Add Security SubSystem node to Exynos4

From Krzysztof Kozlowski <k.kozlowski@samsung.com>
Newsgroups linux.kernel
Subject [PATCH 1/2] ARM: dts: exynos: Add Security SubSystem node to Exynos4
Date 2016-03-22 03:10 +0100
Message-ID <rfjVD-67W-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Add Security SubSystem (SSS) node to Exynos4 which provides hardware
acceleration of AES operations.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
---
 arch/arm/boot/dts/exynos4.dtsi | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
index c679b3cc3c48..39000f9c6b86 100644
--- a/arch/arm/boot/dts/exynos4.dtsi
+++ b/arch/arm/boot/dts/exynos4.dtsi
@@ -969,6 +969,15 @@
 		#iommu-cells = <0>;
 	};
 
+	sss: sss@10830000 {
+		compatible = "samsung,exynos4210-secss";
+		reg = <0x10830000 0x300>;
+		interrupts = <0 112 0>;
+		clocks = <&clock CLK_SSS>;
+		clock-names = "secss";
+		status = "disabled";
+	};
+
 	prng: rng@10830400 {
 		compatible = "samsung,exynos4-rng";
 		reg = <0x10830400 0x200>;
-- 
2.5.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 1/2] ARM: dts: exynos: Add Security SubSystem node to Exynos4 Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-03-22 03:10 +0100
  [PATCH 2/2] ARM: dts: exynos: Enable SSS on Trats2 Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-03-22 03:10 +0100
    Re: [PATCH 2/2] ARM: dts: exynos: Enable SSS on Trats2 Javier Martinez Canillas <javier@osg.samsung.com> - 2016-03-22 15:00 +0100
    Re: [PATCH 2/2] ARM: dts: exynos: Enable SSS on Trats2 Tobias Jakobi <tjakobi@math.uni-bielefeld.de> - 2016-03-22 20:30 +0100
      Re: [PATCH 2/2] ARM: dts: exynos: Enable SSS on Trats2 Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-03-23 01:30 +0100
  Re: [PATCH 1/2] ARM: dts: exynos: Add Security SubSystem node to  Exynos4 Javier Martinez Canillas <javier@osg.samsung.com> - 2016-03-22 15:00 +0100

csiph-web