From: Krzysztof Kozlowski <krzk@kernel.org>
To: "Harshit Shah" <hshah@axiado.com>,
"Rob Herring" <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Linus Walleij" <linus.walleij@linaro.org>,
"Bartosz Golaszewski" <brgl@bgdev.pl>,
"Arnd Bergmann" <arnd@arndb.de>,
"Catalin Marinas" <catalin.marinas@arm.com>,
"Will Deacon" <will@kernel.org>, "Jan Kotas" <jank@cadence.com>,
"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
"Jiri Slaby" <jirislaby@kernel.org>,
"Michal Simek" <michal.simek@amd.com>,
"Przemysław Gaj" <pgaj@cadence.com>,
"Alexandre Belloni" <alexandre.belloni@bootlin.com>,
"Frank Li" <Frank.Li@nxp.com>,
"Boris Brezillon" <bbrezillon@kernel.org>
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org,
soc@lists.linux.dev, linux-serial@vger.kernel.org,
linux-i3c@lists.infradead.org
Subject: Re: [PATCH v4 04/10] dt-bindings: gpio: cdns: add Axiado AX3000 GPIO variant
Date: Wed, 2 Jul 2025 08:18:42 +0200 [thread overview]
Message-ID: <b741e3fc-1376-4498-92e7-4e366f28f8ec@kernel.org> (raw)
In-Reply-To: <20250701-axiado-ax3000-soc-and-evaluation-board-support-v4-4-11ba6f62bf86@axiado.com>
On 01/07/2025 22:27, Harshit Shah wrote:
> Add binding for Axiado AX3000 GPIO controller. So far, no changes
> are known, so it can fallback to default compatible.
>
> Signed-off-by: Harshit Shah <hshah@axiado.com>
> ---
> Documentation/devicetree/bindings/gpio/cdns,gpio.yaml | 8 +++++++-
> 1 file changed, 7 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/gpio/cdns,gpio.yaml b/Documentation/devicetree/bindings/gpio/cdns,gpio.yaml
> index f1a64c17366500cb0e02a0ca90da691fd992fe7d..16c311a252921ba65d2f9f1b34a07a4a940432f3 100644
> --- a/Documentation/devicetree/bindings/gpio/cdns,gpio.yaml
> +++ b/Documentation/devicetree/bindings/gpio/cdns,gpio.yaml
> @@ -11,7 +11,13 @@ maintainers:
>
> properties:
> compatible:
> - const: cdns,gpio-r1p02
> + oneOf:
> + - description: Cadence GPIO controller
> + const: cdns,gpio-r1p02
> + - description: Axiado AX3000 GPIO controller
Drop both descriptions, obvious.
> + items:
> + - const: axiado,ax3000-gpio
This should be enum, it will grow.
> + - const: cdns,gpio-r1p02
>
> reg:
> maxItems: 1
>
Best regards,
Krzysztof
WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzk@kernel.org>
To: "Harshit Shah" <hshah@axiado.com>,
"Rob Herring" <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Linus Walleij" <linus.walleij@linaro.org>,
"Bartosz Golaszewski" <brgl@bgdev.pl>,
"Arnd Bergmann" <arnd@arndb.de>,
"Catalin Marinas" <catalin.marinas@arm.com>,
"Will Deacon" <will@kernel.org>, "Jan Kotas" <jank@cadence.com>,
"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
"Jiri Slaby" <jirislaby@kernel.org>,
"Michal Simek" <michal.simek@amd.com>,
"Przemysław Gaj" <pgaj@cadence.com>,
"Alexandre Belloni" <alexandre.belloni@bootlin.com>,
"Frank Li" <Frank.Li@nxp.com>,
"Boris Brezillon" <bbrezillon@kernel.org>
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org,
soc@lists.linux.dev, linux-serial@vger.kernel.org,
linux-i3c@lists.infradead.org
Subject: Re: [PATCH v4 04/10] dt-bindings: gpio: cdns: add Axiado AX3000 GPIO variant
Date: Wed, 2 Jul 2025 08:18:42 +0200 [thread overview]
Message-ID: <b741e3fc-1376-4498-92e7-4e366f28f8ec@kernel.org> (raw)
In-Reply-To: <20250701-axiado-ax3000-soc-and-evaluation-board-support-v4-4-11ba6f62bf86@axiado.com>
On 01/07/2025 22:27, Harshit Shah wrote:
> Add binding for Axiado AX3000 GPIO controller. So far, no changes
> are known, so it can fallback to default compatible.
>
> Signed-off-by: Harshit Shah <hshah@axiado.com>
> ---
> Documentation/devicetree/bindings/gpio/cdns,gpio.yaml | 8 +++++++-
> 1 file changed, 7 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/gpio/cdns,gpio.yaml b/Documentation/devicetree/bindings/gpio/cdns,gpio.yaml
> index f1a64c17366500cb0e02a0ca90da691fd992fe7d..16c311a252921ba65d2f9f1b34a07a4a940432f3 100644
> --- a/Documentation/devicetree/bindings/gpio/cdns,gpio.yaml
> +++ b/Documentation/devicetree/bindings/gpio/cdns,gpio.yaml
> @@ -11,7 +11,13 @@ maintainers:
>
> properties:
> compatible:
> - const: cdns,gpio-r1p02
> + oneOf:
> + - description: Cadence GPIO controller
> + const: cdns,gpio-r1p02
> + - description: Axiado AX3000 GPIO controller
Drop both descriptions, obvious.
> + items:
> + - const: axiado,ax3000-gpio
This should be enum, it will grow.
> + - const: cdns,gpio-r1p02
>
> reg:
> maxItems: 1
>
Best regards,
Krzysztof
--
linux-i3c mailing list
linux-i3c@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-i3c
next prev parent reply other threads:[~2025-07-02 6:21 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-01 20:27 [PATCH v4 00/10] Axiado AX3000 SoC and Evaluation Board Support Harshit Shah
2025-07-01 20:27 ` [PATCH v4 01/10] dt-bindings: vendor-prefixes: Add Axiado Corporation Harshit Shah
2025-07-01 20:27 ` Harshit Shah
2025-07-01 20:27 ` [PATCH v4 02/10] dt-bindings: arm: axiado: add AX3000 EVK compatible strings Harshit Shah
2025-07-01 20:27 ` [PATCH v4 03/10] dt-bindings: gpio: cdns: convert to YAML Harshit Shah
2025-07-01 20:27 ` [PATCH v4 04/10] dt-bindings: gpio: cdns: add Axiado AX3000 GPIO variant Harshit Shah
2025-07-02 6:18 ` Krzysztof Kozlowski [this message]
2025-07-02 6:18 ` Krzysztof Kozlowski
2025-07-01 20:27 ` [PATCH v4 05/10] dt-bindings: serial: cdns: add Axiado AX3000 UART controller Harshit Shah
2025-07-02 6:19 ` Krzysztof Kozlowski
2025-07-02 6:19 ` Krzysztof Kozlowski
2025-07-01 20:27 ` [PATCH v4 06/10] dt-bindings: i3c: cdns: add Axiado AX3000 I3C controller Harshit Shah
2025-07-01 20:27 ` Harshit Shah
2025-07-02 6:20 ` Krzysztof Kozlowski
2025-07-02 6:20 ` Krzysztof Kozlowski
2025-07-01 20:27 ` [PATCH v4 07/10] arm64: add Axiado SoC family Harshit Shah
2025-07-01 20:27 ` [PATCH v4 08/10] arm64: dts: axiado: Add initial support for AX3000 SoC and eval board Harshit Shah
2025-07-01 20:27 ` Harshit Shah
2025-07-02 6:20 ` Krzysztof Kozlowski
2025-07-02 6:20 ` Krzysztof Kozlowski
2025-07-01 20:27 ` [PATCH v4 09/10] arm64: defconfig: enable the Axiado family Harshit Shah
2025-07-01 20:27 ` [PATCH v4 10/10] MAINTAINERS: Add entry for Axiado Harshit Shah
2025-07-01 20:27 ` Harshit Shah
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=b741e3fc-1376-4498-92e7-4e366f28f8ec@kernel.org \
--to=krzk@kernel.org \
--cc=Frank.Li@nxp.com \
--cc=alexandre.belloni@bootlin.com \
--cc=arnd@arndb.de \
--cc=bbrezillon@kernel.org \
--cc=brgl@bgdev.pl \
--cc=catalin.marinas@arm.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=hshah@axiado.com \
--cc=jank@cadence.com \
--cc=jirislaby@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-i3c@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=michal.simek@amd.com \
--cc=pgaj@cadence.com \
--cc=robh@kernel.org \
--cc=soc@lists.linux.dev \
--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.