linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: lee.jones@linaro.org (Lee Jones)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/6] ARM: ux500: Add Device Tree nodes for the ux500 Crypt device
Date: Thu, 16 May 2013 12:27:21 +0100	[thread overview]
Message-ID: <1368703646-26418-2-git-send-email-lee.jones@linaro.org> (raw)
In-Reply-To: <1368703646-26418-1-git-send-email-lee.jones@linaro.org>

This patch provides information required to setup ux500-crypt when
booting with DT on the Snowball low-cost development platform.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/dbx5x0.dtsi  |    9 +++++++++
 arch/arm/boot/dts/snowball.dts |    4 ++++
 2 files changed, 13 insertions(+)

diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi
index fd5794a..92fd4b74 100644
--- a/arch/arm/boot/dts/dbx5x0.dtsi
+++ b/arch/arm/boot/dts/dbx5x0.dtsi
@@ -755,5 +755,14 @@
 
 			status = "disabled";
 		};
+
+		cryp at a03cb000 {
+			compatible = "stericsson,ux500-cryp";
+			reg = <0xa03cb000 0x1000>;
+			interrupts = <0 15 0x4>;
+
+			v-ape-supply = <&db8500_vape_reg>;
+			status = "disabled";
+		};
 	};
 };
diff --git a/arch/arm/boot/dts/snowball.dts b/arch/arm/boot/dts/snowball.dts
index db5db24..de585fd 100644
--- a/arch/arm/boot/dts/snowball.dts
+++ b/arch/arm/boot/dts/snowball.dts
@@ -350,5 +350,9 @@
 				};
 			};
 		};
+
+		cryp at a03cb000 {
+			status = "okay";
+		};
 	};
 };
-- 
1.7.10.4

  reply	other threads:[~2013-05-16 11:27 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-16 11:27 [PATCH 0/6] crypto: ux500/[cryp|hash] - Enable Device Tree Lee Jones
2013-05-16 11:27 ` Lee Jones [this message]
2013-05-16 11:27 ` [PATCH 2/6] ARM: ux500: Add Device Tree nodes for the ux500 Hash device Lee Jones
2013-05-16 11:27 ` [PATCH 3/6] ARM: ux500: Provide an AUXDATA entry for ux500-cyrpt Lee Jones
2013-05-16 11:27 ` [PATCH 4/6] ARM: ux500: Provide an AUXDATA entry for ux500-hash Lee Jones
2013-05-16 11:27 ` [PATCH 5/6] crypto: ux500/cryp - Enable DT probing of the driver Lee Jones
2013-05-24  6:20   ` Linus Walleij
2013-05-24  6:21     ` Herbert Xu
2013-05-24  8:32     ` Lee Jones
2013-05-24 11:16       ` Linus Walleij
2013-05-24  6:26   ` Linus Walleij
2013-05-16 11:27 ` [PATCH 6/6] crypto: ux500/hash " Lee Jones
2013-05-24  6:27 ` [PATCH 0/6] crypto: ux500/[cryp|hash] - Enable Device Tree Linus Walleij

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1368703646-26418-2-git-send-email-lee.jones@linaro.org \
    --to=lee.jones@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).