From: Geert Uytterhoeven <geert@linux-m68k.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, devicetree@vger.kernel.org
Subject: Re: [PATCH v4 6/7] Add SPAcc dts overlay
Date: Tue, 20 Aug 2024 11:24:53 +0200 (CEST) [thread overview]
Message-ID: <d430d47b-b8c6-69f8-3f2c-eeed78b583dc@linux-m68k.org> (raw)
In-Reply-To: <20240618042750.485720-7-pavitrakumarm@vayavyalabs.com>
Hi Pavitrakumar,
CC devicetree
On Tue, 18 Jun 2024, 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>
Thanks for your patch!
Please provide a patch description.
The one-line summary is also not very informative and lacks a suitable prefix.
> --- /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__ {
Please use sugar syntax. See e.g. commit db2f3762d609318e ("of:
convert unittest overlay devicetree source to sugar syntax").
> + #address-cells = <2>;
> + #size-cells = <2>;
> +
> + dwc_spacc: spacc@400000000 {
> + compatible = "snps-dwc-spacc";
Where can we find the DT bindings?
> + reg = /bits/ 64 <0x400000000 0x3FFFF>;
> + interrupts = <0 89 4>;
> + interrupt-parent = <&gic>;
> + clock-names = "ref_clk";
> + spacc_priority = <0>;
> + spacc_index = <0>;
> + };
> + };
> + };
> +};
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
next parent reply other threads:[~2024-08-20 9:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20240618042750.485720-1-pavitrakumarm@vayavyalabs.com>
[not found] ` <20240618042750.485720-7-pavitrakumarm@vayavyalabs.com>
2024-08-20 9:24 ` Geert Uytterhoeven [this message]
2024-08-20 9:28 ` [PATCH v4 0/7] Add SPAcc Crypto Driver Support Geert Uytterhoeven
[not found] ` <20240618042750.485720-2-pavitrakumarm@vayavyalabs.com>
2024-08-20 9:38 ` [PATCH v4 1/7] Add SPAcc Skcipher support Geert Uytterhoeven
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=d430d47b-b8c6-69f8-3f2c-eeed78b583dc@linux-m68k.org \
--to=geert@linux-m68k.org \
--cc=Ruud.Derwig@synopsys.com \
--cc=bhoomikak@vayavyalabs.com \
--cc=devicetree@vger.kernel.org \
--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;
as well as URLs for NNTP newsgroup(s).