linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/6] ARM: dts: imx27: Add SAHARA2 devicetree node
@ 2013-06-23  6:54 Alexander Shiyan
  2013-06-23  6:54 ` [PATCH 2/6] ARM: dts: imx27: Add AUDMUX " Alexander Shiyan
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Alexander Shiyan @ 2013-06-23  6:54 UTC (permalink / raw)
  To: linux-arm-kernel

From: Alexander Shiyan <shc_work@mail.ru>

This patch adds the missing (Symmetric/Asymmetric Hashing and Random
Accelerator) SAHARA2 devicetree node for i.MX27 CPUs.

Signed-off-by: Alexander Shiyan <eagle.alexander923@gmail.com>
---
 arch/arm/boot/dts/imx27.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/imx27.dtsi b/arch/arm/boot/dts/imx27.dtsi
index 0695264..04f9154 100644
--- a/arch/arm/boot/dts/imx27.dtsi
+++ b/arch/arm/boot/dts/imx27.dtsi
@@ -351,6 +351,14 @@
 				iram = <&iram>;
 			};
 
+			sahara2: sahara at 10025000 {
+				compatible = "fsl,imx27-sahara";
+				reg = <0x10025000 0x0800>;
+				interrupts = <59>;
+				clocks = <&clks 32>, <&clks 64>;
+				clock-names = "ipg", "ahb";
+			};
+
 			clks: ccm at 10027000{
 				compatible = "fsl,imx27-ccm";
 				reg = <0x10027000 0x1000>;
-- 
1.8.1.5

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

end of thread, other threads:[~2013-06-24  7:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-23  6:54 [PATCH 1/6] ARM: dts: imx27: Add SAHARA2 devicetree node Alexander Shiyan
2013-06-23  6:54 ` [PATCH 2/6] ARM: dts: imx27: Add AUDMUX " Alexander Shiyan
2013-06-23  6:54 ` [PATCH 3/6] ARM: dts: imx27: Rename PWM " Alexander Shiyan
2013-06-23  6:54 ` [PATCH 4/6] ARM: dts: imx27: Sort entries by address Alexander Shiyan
2013-06-23  6:54 ` [PATCH 5/6] ARM: dts: imx27-phytec-phycore-som: Define minimal memory layout Alexander Shiyan
2013-06-23  6:54 ` [PATCH 6/6] ARM: dts: imx27: Add kpp devicetree node Alexander Shiyan
2013-06-23 19:04 ` [PATCH 1/6] ARM: dts: imx27: Add SAHARA2 " Sascha Hauer
2013-06-24  7:44   ` Shawn Guo
2013-06-23 19:06 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).