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


Groups > linux.kernel > #1586501 > unrolled thread

[PATCH 1/1] ARM: dts: NSP: Add crypto (SPU) to dtsi

Started bySteve Lin <steven.lin1@broadcom.com>
First post2017-02-22 22:30 +0100
Last post2017-02-28 21:50 +0100
Articles 3 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH 1/1] ARM: dts: NSP: Add crypto (SPU) to dtsi Steve Lin <steven.lin1@broadcom.com> - 2017-02-22 22:30 +0100
    Re: [PATCH 1/1] ARM: dts: NSP: Add crypto (SPU) to dtsi Jon Mason <jon.mason@broadcom.com> - 2017-02-23 00:40 +0100
    Re: [PATCH 1/1] ARM: dts: NSP: Add crypto (SPU) to dtsi Florian Fainelli <f.fainelli@gmail.com> - 2017-02-28 21:50 +0100

#1586501 — [PATCH 1/1] ARM: dts: NSP: Add crypto (SPU) to dtsi

FromSteve Lin <steven.lin1@broadcom.com>
Date2017-02-22 22:30 +0100
Subject[PATCH 1/1] ARM: dts: NSP: Add crypto (SPU) to dtsi
Message-ID<tdME2-7PD-17@gated-at.bofh.it>
Adds crypto hardware (SPU) to Northstar Plus device tree file.

Signed-off-by: Steve Lin <steven.lin1@broadcom.com>

---
Code changes for this addition were submitted previously by Rob
Rice: https://git.kernel.org/cgit/linux/kernel/git/herbert/cryptodev-2.6.git/commit/?id=9d12ba86f818aa9cfe9f01b750336aa441f2ffa2
---
 arch/arm/boot/dts/bcm-nsp.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/bcm-nsp.dtsi b/arch/arm/boot/dts/bcm-nsp.dtsi
index b6142bd..9bac0c8 100644
--- a/arch/arm/boot/dts/bcm-nsp.dtsi
+++ b/arch/arm/boot/dts/bcm-nsp.dtsi
@@ -241,6 +241,12 @@
 			brcm,nand-has-wp;
 		};
 
+		crypto@2f000 {
+			compatible = "brcm,spum-nsp-crypto";
+			reg = <0x2f000 0x900>;
+			mboxes = <&mailbox 0>;
+		};
+
 		gpiob: gpio@30000 {
 			compatible = "brcm,iproc-nsp-gpio", "brcm,iproc-gpio";
 			reg = <0x30000 0x50>;
-- 
2.1.0

[toc] | [next] | [standalone]


#1586554

FromJon Mason <jon.mason@broadcom.com>
Date2017-02-23 00:40 +0100
Message-ID<tdOFQ-QC-3@gated-at.bofh.it>
In reply to#1586501
On Wed, Feb 22, 2017 at 4:22 PM, Steve Lin <steven.lin1@broadcom.com> wrote:
> Adds crypto hardware (SPU) to Northstar Plus device tree file.
>
> Signed-off-by: Steve Lin <steven.lin1@broadcom.com>

Looks good to me!

Acked-by: Jon Mason <jon.mason@broadcom.com>

>
> ---
> Code changes for this addition were submitted previously by Rob
> Rice: https://git.kernel.org/cgit/linux/kernel/git/herbert/cryptodev-2.6.git/commit/?id=9d12ba86f818aa9cfe9f01b750336aa441f2ffa2
> ---
>  arch/arm/boot/dts/bcm-nsp.dtsi | 6 ++++++
>  1 file changed, 6 insertions(+)
>
> diff --git a/arch/arm/boot/dts/bcm-nsp.dtsi b/arch/arm/boot/dts/bcm-nsp.dtsi
> index b6142bd..9bac0c8 100644
> --- a/arch/arm/boot/dts/bcm-nsp.dtsi
> +++ b/arch/arm/boot/dts/bcm-nsp.dtsi
> @@ -241,6 +241,12 @@
>                         brcm,nand-has-wp;
>                 };
>
> +               crypto@2f000 {
> +                       compatible = "brcm,spum-nsp-crypto";
> +                       reg = <0x2f000 0x900>;
> +                       mboxes = <&mailbox 0>;
> +               };
> +
>                 gpiob: gpio@30000 {
>                         compatible = "brcm,iproc-nsp-gpio", "brcm,iproc-gpio";
>                         reg = <0x30000 0x50>;
> --
> 2.1.0
>

[toc] | [prev] | [next] | [standalone]


#1589764

FromFlorian Fainelli <f.fainelli@gmail.com>
Date2017-02-28 21:50 +0100
Message-ID<tfWSC-11X-25@gated-at.bofh.it>
In reply to#1586501
On 02/22/2017 01:22 PM, Steve Lin wrote:
> Adds crypto hardware (SPU) to Northstar Plus device tree file.
> 
> Signed-off-by: Steve Lin <steven.lin1@broadcom.com>

Applied, thanks!
-- 
Florian

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web