From: Conor Dooley <conor@kernel.org>
To: Pavitrakumar M <pavitrakumarm@vayavyalabs.com>
Cc: herbert@gondor.apana.org.au, linux-crypto@vger.kernel.org,
Ruud.Derwig@synopsys.com, manjunath.hadli@vayavyalabs.com,
bhoomikak@vayavyalabs.com
Subject: Re: [PATCH v5 6/7] Add SPAcc dts overlay
Date: Tue, 20 Aug 2024 17:24:52 +0100 [thread overview]
Message-ID: <20240820-bunion-cloud-89ab9ac2d82c@spud> (raw)
In-Reply-To: <20240621082053.638952-7-pavitrakumarm@vayavyalabs.com>
[-- Attachment #1: Type: text/plain, Size: 2796 bytes --]
On Fri, Jun 21, 2024 at 01:50:52PM +0530, Pavitrakumar M wrote:
> Signed-off-by: Manjunath Hadli <manjunath.hadli@vayavyalabs.com>
> Signed-off-by: Pavitrakumar M <pavitrakumarm@vayavyalabs.com>
> Acked-by: Ruud Derwig <Ruud.Derwig@synopsys.com>
In case it is not clear from Geert's mail earlier today, NAK to merging
any of this without bindings.
Thanks,
Conor.
> ---
> arch/arm64/boot/dts/xilinx/Makefile | 3 ++
> .../arm64/boot/dts/xilinx/snps-dwc-spacc.dtso | 35 +++++++++++++++++++
> 2 files changed, 38 insertions(+)
> create mode 100644 arch/arm64/boot/dts/xilinx/snps-dwc-spacc.dtso
>
> diff --git a/arch/arm64/boot/dts/xilinx/Makefile b/arch/arm64/boot/dts/xilinx/Makefile
> index 1068b0fa8e98..1e98ca994283 100644
> --- a/arch/arm64/boot/dts/xilinx/Makefile
> +++ b/arch/arm64/boot/dts/xilinx/Makefile
> @@ -20,6 +20,7 @@ dtb-$(CONFIG_ARCH_ZYNQMP) += zynqmp-zcu1275-revA.dtb
>
> dtb-$(CONFIG_ARCH_ZYNQMP) += zynqmp-sm-k26-revA.dtb
> dtb-$(CONFIG_ARCH_ZYNQMP) += zynqmp-smk-k26-revA.dtb
> +dtb-$(CONFIG_ARCH_ZYNQMP) += zynqmp-smk-k26-revA.dtb
>
> zynqmp-sm-k26-revA-sck-kv-g-revA-dtbs := zynqmp-sm-k26-revA.dtb zynqmp-sck-kv-g-revA.dtbo
> dtb-$(CONFIG_ARCH_ZYNQMP) += zynqmp-sm-k26-revA-sck-kv-g-revA.dtb
> @@ -29,3 +30,5 @@ zynqmp-smk-k26-revA-sck-kv-g-revA-dtbs := zynqmp-smk-k26-revA.dtb zynqmp-sck-kv-
> dtb-$(CONFIG_ARCH_ZYNQMP) += zynqmp-smk-k26-revA-sck-kv-g-revA.dtb
> zynqmp-smk-k26-revA-sck-kv-g-revB-dtbs := zynqmp-smk-k26-revA.dtb zynqmp-sck-kv-g-revB.dtbo
> dtb-$(CONFIG_ARCH_ZYNQMP) += zynqmp-smk-k26-revA-sck-kv-g-revB.dtb
> +zynqmp-zcu104-revC-snps-dwc-spacc-dtbs := zynqmp-zcu104-revC.dtb snps-dwc-spacc.dtbo
> +dtb-$(CONFIG_ARCH_ZYNQMP) += zynqmp-zcu104-revC-snps-dwc-spacc.dtb
> diff --git a/arch/arm64/boot/dts/xilinx/snps-dwc-spacc.dtso b/arch/arm64/boot/dts/xilinx/snps-dwc-spacc.dtso
> new file mode 100644
> index 000000000000..603ad92f4c49
> --- /dev/null
> +++ b/arch/arm64/boot/dts/xilinx/snps-dwc-spacc.dtso
> @@ -0,0 +1,35 @@
> +// SPDX-License-Identifier: GPL-2.0
> +/*
> + * dts file for Synopsys DWC SPAcc
> + *
> + * (C) Copyright 2024 Synopsys
> + *
> + * Ruud Derwig <Ruud.Derwig@synopsys.com>
> + */
> +
> +/dts-v1/;
> +/plugin/;
> +
> +/ {
> + #address-cells = <2>;
> + #size-cells = <2>;
> +
> + fragment@0 {
> + target = <&amba>;
> +
> + overlay1: __overlay__ {
> + #address-cells = <2>;
> + #size-cells = <2>;
> +
> + dwc_spacc: spacc@400000000 {
> + compatible = "snps-dwc-spacc";
> + reg = /bits/ 64 <0x400000000 0x3FFFF>;
> + interrupts = <0 89 4>;
> + interrupt-parent = <&gic>;
> + clock-names = "ref_clk";
> + spacc_priority = <0>;
> + spacc_index = <0>;
> + };
> + };
> + };
> +};
> --
> 2.25.1
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
next prev parent reply other threads:[~2024-08-20 16:24 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-21 8:20 [PATCH v5 0/7] Add SPAcc Crypto Driver Support Pavitrakumar M
2024-06-21 8:20 ` [PATCH v5 1/7] Add SPAcc Skcipher support Pavitrakumar M
2024-06-21 8:20 ` [PATCH v5 2/7] Enable SPAcc AUTODETECT Pavitrakumar M
2024-06-21 8:20 ` [PATCH v5 3/7] Add SPAcc ahash support Pavitrakumar M
2024-06-28 1:16 ` Herbert Xu
2024-07-09 20:30 ` Pavitrakumar Managutte
2024-06-21 8:20 ` [PATCH v5 4/7] Add SPAcc aead support Pavitrakumar M
2024-06-21 8:20 ` [PATCH v5 5/7] Add SPAcc Kconfig and Makefile Pavitrakumar M
2024-06-21 8:20 ` [PATCH v5 6/7] Add SPAcc dts overlay Pavitrakumar M
2024-08-20 16:24 ` Conor Dooley [this message]
2024-08-20 17:13 ` Pavitrakumar Managutte
2024-06-21 8:20 ` [PATCH v5 7/7] Enable Driver compilation in crypto Kconfig and Makefile Pavitrakumar M
2024-07-01 15:43 ` Dan Carpenter
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=20240820-bunion-cloud-89ab9ac2d82c@spud \
--to=conor@kernel.org \
--cc=Ruud.Derwig@synopsys.com \
--cc=bhoomikak@vayavyalabs.com \
--cc=herbert@gondor.apana.org.au \
--cc=linux-crypto@vger.kernel.org \
--cc=manjunath.hadli@vayavyalabs.com \
--cc=pavitrakumarm@vayavyalabs.com \
/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