All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: exynos: Add Security SubSystem node to Exynos4
@ 2016-03-22  2:00 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 13+ messages in thread
From: Krzysztof Kozlowski @ 2016-03-22  2:00 UTC (permalink / raw)
  To: Kukjin Kim, devicetree, linux-arm-kernel, linux-samsung-soc,
	linux-kernel
  Cc: Vladimir Zapolskiy, Krzysztof Kozlowski

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

^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2016-03-23  0:27 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-22  2:00 [PATCH 1/2] ARM: dts: exynos: Add Security SubSystem node to Exynos4 Krzysztof Kozlowski
2016-03-22  2:00 ` Krzysztof Kozlowski
2016-03-22  2:00 ` [PATCH 2/2] ARM: dts: exynos: Enable SSS on Trats2 Krzysztof Kozlowski
2016-03-22  2:00   ` Krzysztof Kozlowski
2016-03-22 13:58   ` Javier Martinez Canillas
2016-03-22 13:58     ` Javier Martinez Canillas
2016-03-22 19:25   ` Tobias Jakobi
2016-03-22 19:25     ` Tobias Jakobi
2016-03-23  0:27     ` Krzysztof Kozlowski
2016-03-23  0:27       ` Krzysztof Kozlowski
     [not found] ` <1458612003-30284-1-git-send-email-k.kozlowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2016-03-22 13:56   ` [PATCH 1/2] ARM: dts: exynos: Add Security SubSystem node to Exynos4 Javier Martinez Canillas
2016-03-22 13:56     ` Javier Martinez Canillas
2016-03-22 13:56     ` Javier Martinez Canillas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.