From: Conor Dooley <conor@kernel.org>
To: Francesco Dolcini <francesco@dolcini.it>
Cc: Nishanth Menon <nm@ti.com>, Vignesh Raghavendra <vigneshr@ti.com>,
Tero Kristo <kristo@kernel.org>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Francesco Dolcini <francesco.dolcini@toradex.com>,
linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v1 1/6] dt-bindings: arm: ti: Add Toradex Verdin AM62P
Date: Wed, 30 Apr 2025 16:30:37 +0100 [thread overview]
Message-ID: <20250430-stylus-reversion-a439538b6fc1@spud> (raw)
In-Reply-To: <20250430102815.149162-2-francesco@dolcini.it>
[-- Attachment #1: Type: text/plain, Size: 2738 bytes --]
On Wed, Apr 30, 2025 at 12:28:10PM +0200, Francesco Dolcini wrote:
> From: Francesco Dolcini <francesco.dolcini@toradex.com>
>
> Add toradex,verdin-am62p for Toradex Verdin AM62 SoM, its nonwifi and
> wifi variants, and the Toradex carrier board they may be mated in.
>
> Link: https://www.toradex.com/computer-on-modules/verdin-arm-family/ti-am62p
> Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
> ---
> .../devicetree/bindings/arm/ti/k3.yaml | 24 +++++++++++++++++++
> 1 file changed, 24 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/arm/ti/k3.yaml b/Documentation/devicetree/bindings/arm/ti/k3.yaml
> index a6d9fd0bcaba..bf6003d8fb76 100644
> --- a/Documentation/devicetree/bindings/arm/ti/k3.yaml
> +++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml
> @@ -76,6 +76,30 @@ properties:
> - const: toradex,verdin-am62 # Verdin AM62 Module
> - const: ti,am625
>
> + - description: K3 AM62P5 SoC Toradex Verdin Modules and Carrier Boards
> + items:
> + - enum:
> + - toradex,verdin-am62p-nonwifi-dahlia # Verdin AM62P Module on Dahlia
> + - toradex,verdin-am62p-nonwifi-dev # Verdin AM62P Module on Verdin Development Board
> + - toradex,verdin-am62p-nonwifi-ivy # Verdin AM62P Module on Ivy
> + - toradex,verdin-am62p-nonwifi-mallow # Verdin AM62P Module on Mallow
> + - toradex,verdin-am62p-nonwifi-yavia # Verdin AM62P Module on Yavia
> + - const: toradex,verdin-am62p-nonwifi # Verdin AM62P Module without Wi-Fi / BT
> + - const: toradex,verdin-am62p # Verdin AM62P Module
> + - const: ti,am62p5
> +
> + - description: K3 AM62P5 SoC Toradex Verdin Modules and Carrier Boards with Wi-Fi / BT
> + items:
> + - enum:
> + - toradex,verdin-am62p-wifi-dahlia # Verdin AM62P Wi-Fi / BT Module on Dahlia
> + - toradex,verdin-am62p-wifi-dev # Verdin AM62P Wi-Fi / BT M. on Verdin Development B.
> + - toradex,verdin-am62p-wifi-ivy # Verdin AM62P Wi-Fi / BT Module on Ivy
> + - toradex,verdin-am62p-wifi-mallow # Verdin AM62P Wi-Fi / BT Module on Mallow
> + - toradex,verdin-am62p-wifi-yavia # Verdin AM62P Wi-Fi / BT Module on Yavia
> + - const: toradex,verdin-am62p-wifi # Verdin AM62P Wi-Fi / BT Module
> + - const: toradex,verdin-am62p # Verdin AM62P Module
> + - const: ti,am62p5
> +
> - description: K3 AM642 SoC
> items:
> - enum:
> --
> 2.39.5
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
next prev parent reply other threads:[~2025-04-30 15:30 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-30 10:28 [PATCH v1 0/6] arm64: dts: ti: Add Toradex Verdin AM62P Francesco Dolcini
2025-04-30 10:28 ` [PATCH v1 1/6] dt-bindings: arm: " Francesco Dolcini
2025-04-30 15:30 ` Conor Dooley [this message]
2025-04-30 10:28 ` [PATCH v1 2/6] arm64: dts: ti: add " Francesco Dolcini
2025-04-30 10:28 ` [PATCH v1 3/6] arm64: dts: ti: am62p-verdin: add dahlia Francesco Dolcini
2025-04-30 10:28 ` [PATCH v1 4/6] arm64: dts: ti: am62p-verdin: add mallow Francesco Dolcini
2025-04-30 10:28 ` [PATCH v1 5/6] arm64: dts: ti: am62p-verdin: add yavia Francesco Dolcini
2025-04-30 10:28 ` [PATCH v1 6/6] arm64: dts: ti: am62p-verdin: add ivy Francesco Dolcini
2025-05-02 14:44 ` [PATCH v1 0/6] arm64: dts: ti: Add Toradex Verdin AM62P Nishanth Menon
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=20250430-stylus-reversion-a439538b6fc1@spud \
--to=conor@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=francesco.dolcini@toradex.com \
--cc=francesco@dolcini.it \
--cc=kristo@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nm@ti.com \
--cc=robh@kernel.org \
--cc=vigneshr@ti.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).