* [PATCH] ARM: dts: ls1021a: add crypto node
@ 2015-08-12 7:42 Horia Geantă
2015-09-16 15:28 ` Horia Geantă
2015-09-17 2:20 ` Shawn Guo
0 siblings, 2 replies; 3+ messages in thread
From: Horia Geantă @ 2015-08-12 7:42 UTC (permalink / raw)
To: linux-arm-kernel
Signed-off-by: Horia Geant? <horia.geanta@freescale.com>
---
arch/arm/boot/dts/ls1021a.dtsi | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi
index 973a496207fc..5bd64a4df4d3 100644
--- a/arch/arm/boot/dts/ls1021a.dtsi
+++ b/arch/arm/boot/dts/ls1021a.dtsi
@@ -63,6 +63,7 @@
serial4 = &lpuart4;
serial5 = &lpuart5;
sysclk = &sysclk;
+ crypto = &crypto;
};
cpus {
@@ -148,6 +149,45 @@
big-endian;
};
+ crypto: crypto at 1700000 {
+ compatible = "fsl,sec-v5.0", "fsl,sec-v4.0";
+ fsl,sec-era = <7>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+ reg = <0x0 0x1700000 0x0 0x100000>;
+ ranges = <0x0 0x0 0x1700000 0x100000>;
+ interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>;
+
+ sec_jr0: jr at 10000 {
+ compatible = "fsl,sec-v5.0-job-ring",
+ "fsl,sec-v4.0-job-ring";
+ reg = <0x10000 0x10000>;
+ interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
+ };
+
+ sec_jr1: jr at 20000 {
+ compatible = "fsl,sec-v5.0-job-ring",
+ "fsl,sec-v4.0-job-ring";
+ reg = <0x20000 0x10000>;
+ interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>;
+ };
+
+ sec_jr2: jr at 30000 {
+ compatible = "fsl,sec-v5.0-job-ring",
+ "fsl,sec-v4.0-job-ring";
+ reg = <0x30000 0x10000>;
+ interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
+ };
+
+ sec_jr3: jr at 40000 {
+ compatible = "fsl,sec-v5.0-job-ring",
+ "fsl,sec-v4.0-job-ring";
+ reg = <0x40000 0x10000>;
+ interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
+ };
+
+ };
+
clockgen: clocking at 1ee1000 {
#address-cells = <1>;
#size-cells = <1>;
--
2.4.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] ARM: dts: ls1021a: add crypto node
2015-08-12 7:42 [PATCH] ARM: dts: ls1021a: add crypto node Horia Geantă
@ 2015-09-16 15:28 ` Horia Geantă
2015-09-17 2:20 ` Shawn Guo
1 sibling, 0 replies; 3+ messages in thread
From: Horia Geantă @ 2015-09-16 15:28 UTC (permalink / raw)
To: linux-arm-kernel
ping
On 8/12/2015 10:42 AM, Horia Geant? wrote:
> Signed-off-by: Horia Geant? <horia.geanta@freescale.com>
> ---
> arch/arm/boot/dts/ls1021a.dtsi | 40 ++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 40 insertions(+)
>
> diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi
> index 973a496207fc..5bd64a4df4d3 100644
> --- a/arch/arm/boot/dts/ls1021a.dtsi
> +++ b/arch/arm/boot/dts/ls1021a.dtsi
> @@ -63,6 +63,7 @@
> serial4 = &lpuart4;
> serial5 = &lpuart5;
> sysclk = &sysclk;
> + crypto = &crypto;
> };
>
> cpus {
> @@ -148,6 +149,45 @@
> big-endian;
> };
>
> + crypto: crypto at 1700000 {
> + compatible = "fsl,sec-v5.0", "fsl,sec-v4.0";
> + fsl,sec-era = <7>;
> + #address-cells = <1>;
> + #size-cells = <1>;
> + reg = <0x0 0x1700000 0x0 0x100000>;
> + ranges = <0x0 0x0 0x1700000 0x100000>;
> + interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>;
> +
> + sec_jr0: jr at 10000 {
> + compatible = "fsl,sec-v5.0-job-ring",
> + "fsl,sec-v4.0-job-ring";
> + reg = <0x10000 0x10000>;
> + interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
> + };
> +
> + sec_jr1: jr at 20000 {
> + compatible = "fsl,sec-v5.0-job-ring",
> + "fsl,sec-v4.0-job-ring";
> + reg = <0x20000 0x10000>;
> + interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>;
> + };
> +
> + sec_jr2: jr at 30000 {
> + compatible = "fsl,sec-v5.0-job-ring",
> + "fsl,sec-v4.0-job-ring";
> + reg = <0x30000 0x10000>;
> + interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
> + };
> +
> + sec_jr3: jr at 40000 {
> + compatible = "fsl,sec-v5.0-job-ring",
> + "fsl,sec-v4.0-job-ring";
> + reg = <0x40000 0x10000>;
> + interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
> + };
> +
> + };
> +
> clockgen: clocking at 1ee1000 {
> #address-cells = <1>;
> #size-cells = <1>;
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] ARM: dts: ls1021a: add crypto node
2015-08-12 7:42 [PATCH] ARM: dts: ls1021a: add crypto node Horia Geantă
2015-09-16 15:28 ` Horia Geantă
@ 2015-09-17 2:20 ` Shawn Guo
1 sibling, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2015-09-17 2:20 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Aug 12, 2015 at 10:42:41AM +0300, Horia Geant? wrote:
> Signed-off-by: Horia Geant? <horia.geanta@freescale.com>
> ---
> arch/arm/boot/dts/ls1021a.dtsi | 40 ++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 40 insertions(+)
>
> diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi
> index 973a496207fc..5bd64a4df4d3 100644
> --- a/arch/arm/boot/dts/ls1021a.dtsi
> +++ b/arch/arm/boot/dts/ls1021a.dtsi
> @@ -63,6 +63,7 @@
> serial4 = &lpuart4;
> serial5 = &lpuart5;
> sysclk = &sysclk;
> + crypto = &crypto;
The 'aliases' list is maintained alphabetically. I moved it around and
applied the patch.
Shawn
> };
>
> cpus {
> @@ -148,6 +149,45 @@
> big-endian;
> };
>
> + crypto: crypto at 1700000 {
> + compatible = "fsl,sec-v5.0", "fsl,sec-v4.0";
> + fsl,sec-era = <7>;
> + #address-cells = <1>;
> + #size-cells = <1>;
> + reg = <0x0 0x1700000 0x0 0x100000>;
> + ranges = <0x0 0x0 0x1700000 0x100000>;
> + interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>;
> +
> + sec_jr0: jr at 10000 {
> + compatible = "fsl,sec-v5.0-job-ring",
> + "fsl,sec-v4.0-job-ring";
> + reg = <0x10000 0x10000>;
> + interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
> + };
> +
> + sec_jr1: jr at 20000 {
> + compatible = "fsl,sec-v5.0-job-ring",
> + "fsl,sec-v4.0-job-ring";
> + reg = <0x20000 0x10000>;
> + interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>;
> + };
> +
> + sec_jr2: jr at 30000 {
> + compatible = "fsl,sec-v5.0-job-ring",
> + "fsl,sec-v4.0-job-ring";
> + reg = <0x30000 0x10000>;
> + interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
> + };
> +
> + sec_jr3: jr at 40000 {
> + compatible = "fsl,sec-v5.0-job-ring",
> + "fsl,sec-v4.0-job-ring";
> + reg = <0x40000 0x10000>;
> + interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
> + };
> +
> + };
> +
> clockgen: clocking at 1ee1000 {
> #address-cells = <1>;
> #size-cells = <1>;
> --
> 2.4.4
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-09-17 2:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-12 7:42 [PATCH] ARM: dts: ls1021a: add crypto node Horia Geantă
2015-09-16 15:28 ` Horia Geantă
2015-09-17 2:20 ` Shawn Guo
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).