From: Lorenzo Bianconi <lorenzo@kernel.org>
To: Bartosz Golaszewski <brgl@bgdev.pl>
Cc: linux-arm-kernel@lists.infradead.org, robh+dt@kernel.org,
krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org,
nbd@nbd.name, john@phrozen.org, devicetree@vger.kernel.org,
dd@embedd.com, catalin.marinas@arm.com, will@kernel.org,
upstream@airoha.com, lorenzo.bianconi83@gmail.com,
angelogioacchino.delregno@collabora.com,
linus.walleij@linaro.org, linux-gpio@vger.kernel.org
Subject: Re: [PATCH] arm64: dts: airoha: en7581: Add gpio controller nodes
Date: Tue, 7 May 2024 12:05:14 +0200 [thread overview]
Message-ID: <Zjn82thKKLx7juup@lore-desk> (raw)
In-Reply-To: <CAMRc=MeQp6FFhXSr1HbvVAd+D3wOsmtLvoxjt7QmT2a=NNTHmA@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2148 bytes --]
> On Wed, May 1, 2024 at 4:26 PM Lorenzo Bianconi <lorenzo@kernel.org> wrote:
> >
> > Introduce the Airoha EN7581 gpio nodes in Airoha EN7581 dtsi
> >
> > Tested-by: Rajeev Kumar <Rajeev.Kumar@airoha.com>
> > Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
> > ---
> > This patch is based on the following pending patch:
> > https://patchwork.kernel.org/project/spi-devel-general/patch/189790802f3ba1a80c4ab5e064b2425e5a360098.1714571980.git.lorenzo@kernel.org/
> > ---
> > arch/arm64/boot/dts/airoha/en7581.dtsi | 20 ++++++++++++++++++++
> > 1 file changed, 20 insertions(+)
> >
> > diff --git a/arch/arm64/boot/dts/airoha/en7581.dtsi b/arch/arm64/boot/dts/airoha/en7581.dtsi
> > index 98c2a86086e1..5d0d76cecfe0 100644
> > --- a/arch/arm64/boot/dts/airoha/en7581.dtsi
> > +++ b/arch/arm64/boot/dts/airoha/en7581.dtsi
> > @@ -178,5 +178,25 @@ spi_nand: nand@0 {
> > spi-rx-bus-width = <2>;
> > };
> > };
> > +
> > + gpio0: gpio@1fbf0200 {
>
> These labels are not used anywhere.
>
> Bart
ack. Let's drop this patch for the moment, I am planning to the work gpio
support.
Regards,
Lorenzo
>
> > + compatible = "airoha,en7523-gpio";
> > + reg = <0 0x1fbf0204 0 0x4>,
> > + <0 0x1fbf0200 0 0x4>,
> > + <0 0x1fbf0220 0 0x4>,
> > + <0 0x1fbf0214 0 0x4>;
> > + gpio-controller;
> > + #gpio-cells = <2>;
> > + };
> > +
> > + gpio1: gpio@1fbf0270 {
> > + compatible = "airoha,en7523-gpio";
> > + reg = <0 0x1fbf0270 0 0x4>,
> > + <0 0x1fbf0260 0 0x4>,
> > + <0 0x1fbf0264 0 0x4>,
> > + <0 0x1fbf0278 0 0x4>;
> > + gpio-controller;
> > + #gpio-cells = <2>;
> > + };
> > };
> > };
> > --
> > 2.44.0
> >
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Lorenzo Bianconi <lorenzo@kernel.org>
To: Bartosz Golaszewski <brgl@bgdev.pl>
Cc: linux-arm-kernel@lists.infradead.org, robh+dt@kernel.org,
krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org,
nbd@nbd.name, john@phrozen.org, devicetree@vger.kernel.org,
dd@embedd.com, catalin.marinas@arm.com, will@kernel.org,
upstream@airoha.com, lorenzo.bianconi83@gmail.com,
angelogioacchino.delregno@collabora.com,
linus.walleij@linaro.org, linux-gpio@vger.kernel.org
Subject: Re: [PATCH] arm64: dts: airoha: en7581: Add gpio controller nodes
Date: Tue, 7 May 2024 12:05:14 +0200 [thread overview]
Message-ID: <Zjn82thKKLx7juup@lore-desk> (raw)
In-Reply-To: <CAMRc=MeQp6FFhXSr1HbvVAd+D3wOsmtLvoxjt7QmT2a=NNTHmA@mail.gmail.com>
[-- Attachment #1.1: Type: text/plain, Size: 2148 bytes --]
> On Wed, May 1, 2024 at 4:26 PM Lorenzo Bianconi <lorenzo@kernel.org> wrote:
> >
> > Introduce the Airoha EN7581 gpio nodes in Airoha EN7581 dtsi
> >
> > Tested-by: Rajeev Kumar <Rajeev.Kumar@airoha.com>
> > Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
> > ---
> > This patch is based on the following pending patch:
> > https://patchwork.kernel.org/project/spi-devel-general/patch/189790802f3ba1a80c4ab5e064b2425e5a360098.1714571980.git.lorenzo@kernel.org/
> > ---
> > arch/arm64/boot/dts/airoha/en7581.dtsi | 20 ++++++++++++++++++++
> > 1 file changed, 20 insertions(+)
> >
> > diff --git a/arch/arm64/boot/dts/airoha/en7581.dtsi b/arch/arm64/boot/dts/airoha/en7581.dtsi
> > index 98c2a86086e1..5d0d76cecfe0 100644
> > --- a/arch/arm64/boot/dts/airoha/en7581.dtsi
> > +++ b/arch/arm64/boot/dts/airoha/en7581.dtsi
> > @@ -178,5 +178,25 @@ spi_nand: nand@0 {
> > spi-rx-bus-width = <2>;
> > };
> > };
> > +
> > + gpio0: gpio@1fbf0200 {
>
> These labels are not used anywhere.
>
> Bart
ack. Let's drop this patch for the moment, I am planning to the work gpio
support.
Regards,
Lorenzo
>
> > + compatible = "airoha,en7523-gpio";
> > + reg = <0 0x1fbf0204 0 0x4>,
> > + <0 0x1fbf0200 0 0x4>,
> > + <0 0x1fbf0220 0 0x4>,
> > + <0 0x1fbf0214 0 0x4>;
> > + gpio-controller;
> > + #gpio-cells = <2>;
> > + };
> > +
> > + gpio1: gpio@1fbf0270 {
> > + compatible = "airoha,en7523-gpio";
> > + reg = <0 0x1fbf0270 0 0x4>,
> > + <0 0x1fbf0260 0 0x4>,
> > + <0 0x1fbf0264 0 0x4>,
> > + <0 0x1fbf0278 0 0x4>;
> > + gpio-controller;
> > + #gpio-cells = <2>;
> > + };
> > };
> > };
> > --
> > 2.44.0
> >
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
[-- Attachment #2: Type: text/plain, Size: 176 bytes --]
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2024-05-07 10:05 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-01 14:25 [PATCH] arm64: dts: airoha: en7581: Add gpio controller nodes Lorenzo Bianconi
2024-05-01 14:25 ` Lorenzo Bianconi
2024-05-05 12:22 ` Bartosz Golaszewski
2024-05-05 12:22 ` Bartosz Golaszewski
2024-05-07 10:05 ` Lorenzo Bianconi [this message]
2024-05-07 10:05 ` Lorenzo Bianconi
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=Zjn82thKKLx7juup@lore-desk \
--to=lorenzo@kernel.org \
--cc=angelogioacchino.delregno@collabora.com \
--cc=brgl@bgdev.pl \
--cc=catalin.marinas@arm.com \
--cc=conor+dt@kernel.org \
--cc=dd@embedd.com \
--cc=devicetree@vger.kernel.org \
--cc=john@phrozen.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-gpio@vger.kernel.org \
--cc=lorenzo.bianconi83@gmail.com \
--cc=nbd@nbd.name \
--cc=robh+dt@kernel.org \
--cc=upstream@airoha.com \
--cc=will@kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.