From: Bryan Brattlof <bb@ti.com>
To: Vignesh Raghavendra <vigneshr@ti.com>
Cc: Nishanth Menon <nm@ti.com>, Andrew Davis <afd@ti.com>,
Tero Kristo <kristo@kernel.org>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Linus Walleij <linus.walleij@linaro.org>,
Tony Lindgren <tony@atomide.com>,
<linux-arm-kernel@lists.infradead.org>,
<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
<linux-gpio@vger.kernel.org>, Dhruva Gole <d-gole@ti.com>
Subject: Re: [PATCH v8 3/3] arm64: dts: ti: k3-am62l: add initial reference board file
Date: Fri, 14 Nov 2025 07:05:18 -0600 [thread overview]
Message-ID: <20251114130518.2br6uo76edwi5a2d@bryanbrattlof.com> (raw)
In-Reply-To: <882565f0-a903-4e6a-9bd5-a3839bfe18ec@ti.com>
On November 14, 2025 thus sayeth Vignesh Raghavendra:
>
>
> On 05/11/25 21:16, Bryan Brattlof wrote:
> > From: Vignesh Raghavendra <vigneshr@ti.com>
> >
> > Add the initial board file for the AM62L3's Evaluation Module.
> >
> > Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
> > Reviewed-by: Dhruva Gole <d-gole@ti.com>
> > Signed-off-by: Bryan Brattlof <bb@ti.com>
> > ---
> > Changes from v1:
> > - switched to non-direct links so TRM updates are automatic
> > - removed current-speed property from main_uart0
> > - removed empty reserved-memory{} node
> > - removed serial2 from aliases{} node
> > - corrected main_uart0 pinmux
> >
> > Changes from v2:
> > - alphabetized phandles
> > - corrected macros and node names for main_uart0 pinmux node
> >
> > Changes from v3:
> > - added and enabled more nodes that have been validated
> > - added link to data sheet which is now public
> >
> > Changes from v4:
> > - Corrected Copyright year
> >
> > Changes from v6:
> > - moved thermal-zones{} into the k3-am62l3-evm.dts to allow other
> > boards to selec whichever trip points they wish
> >
> > Changes from v7:
> > - enabled &i2c0 to access the eeprom on the board
> > ---
> > arch/arm64/boot/dts/ti/Makefile | 3 +
> > arch/arm64/boot/dts/ti/k3-am62l3-evm.dts | 362 +++++++++++++++++++++++++++++++
> > 2 files changed, 365 insertions(+)
> >
> > diff --git a/arch/arm64/boot/dts/ti/Makefile b/arch/arm64/boot/dts/ti/Makefile
> > index 361248dcfff42a27f07cea6bca31461f8dc25b92..386ab1e91bcc3463e2d0618919da1ec3ce314bf2 100644
> > --- a/arch/arm64/boot/dts/ti/Makefile
> > +++ b/arch/arm64/boot/dts/ti/Makefile
> > @@ -37,6 +37,9 @@ dtb-$(CONFIG_ARCH_K3) += k3-am62a7-phyboard-lyra-rdk.dtb
> > # Boards with AM62Dx SoC
> > dtb-$(CONFIG_ARCH_K3) += k3-am62d2-evm.dtb
> >
> > +# Boards with AM62Lx SoCs
> > +dtb-$(CONFIG_ARCH_K3) += k3-am62l3-evm.dtb
> > +
> > # Boards with AM62Px SoC
> > dtb-$(CONFIG_ARCH_K3) += k3-am62p5-sk.dtb
> > dtb-$(CONFIG_ARCH_K3) += k3-am62p5-var-som-symphony.dtb
> > diff --git a/arch/arm64/boot/dts/ti/k3-am62l3-evm.dts b/arch/arm64/boot/dts/ti/k3-am62l3-evm.dts
> > new file mode 100644
> > index 0000000000000000000000000000000000000000..34c24b368d9e88cd94a7426cd1524f096e9c43c9
> > --- /dev/null
> > +++ b/arch/arm64/boot/dts/ti/k3-am62l3-evm.dts
> > @@ -0,0 +1,362 @@
> > +// SPDX-License-Identifier: GPL-2.0-only or MIT
> > +/*
> > + * Device Tree file for the AM62L3 Evaluation Module
> > + * Copyright (C) 2025 Texas Instruments Incorporated - https://www.ti.com/
> > + *
> > + * Technical Reference Manual: https://www.ti.com/lit/pdf/sprujb4
> > + * Data Sheet: https://www.ti.com/lit/pdf/sprspa1
> > + */
> > +
> > +/dts-v1/;
> > +
> > +#include <dt-bindings/gpio/gpio.h>
> > +#include <dt-bindings/input/input.h>
> > +#include <dt-bindings/leds/common.h>
> > +#include <dt-bindings/net/ti-dp83867.h>
> > +#include <dt-bindings/thermal/thermal.h>
> > +#include "k3-am62l3.dtsi"
> > +#include "k3-pinctrl.h"
> > +
> > +
>
> Extra blank line.. I can fix this locally before queuing.
>
Oops. Thanks Vignesh
~Bryan
next prev parent reply other threads:[~2025-11-14 13:05 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-05 15:46 [PATCH v8 0/3] arm64: dts: ti: introduce basic support for the AM62L Bryan Brattlof
2025-11-05 15:46 ` [PATCH v8 1/3] dt-bindings: arm: ti: Add binding for AM62L SoCs Bryan Brattlof
2025-11-05 15:46 ` [PATCH v8 2/3] arm64: dts: ti: k3-am62l: add initial infrastructure Bryan Brattlof
2025-11-05 15:46 ` [PATCH v8 3/3] arm64: dts: ti: k3-am62l: add initial reference board file Bryan Brattlof
2025-11-14 10:58 ` Vignesh Raghavendra
2025-11-14 13:05 ` Bryan Brattlof [this message]
2025-11-16 12:43 ` [PATCH v8 0/3] arm64: dts: ti: introduce basic support for the AM62L Vignesh Raghavendra
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=20251114130518.2br6uo76edwi5a2d@bryanbrattlof.com \
--to=bb@ti.com \
--cc=afd@ti.com \
--cc=conor+dt@kernel.org \
--cc=d-gole@ti.com \
--cc=devicetree@vger.kernel.org \
--cc=kristo@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-kernel@vger.kernel.org \
--cc=nm@ti.com \
--cc=robh@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=tony@atomide.com \
--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
all inboxes | Powered by JetHome®