public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
From: Judith Mendez <jm@ti•com>
To: Vignesh Raghavendra <vigneshr@ti•com>, Nishanth Menon <nm@ti•com>
Cc: Tero Kristo <kristo@kernel•org>, Rob Herring <robh@kernel•org>,
	"Krzysztof Kozlowski" <krzk+dt@kernel•org>,
	Conor Dooley <conor+dt@kernel•org>,
	<linux-arm-kernel@lists•infradead.org>,
	<devicetree@vger•kernel.org>, <linux-kernel@vger•kernel.org>,
	Andrew Davis <afd@ti•com>, Bryan Brattlof <bb@ti•com>,
	Jason Kridner <jkridner@gmail•com>,
	Robert Nelson <robertcnelson@gmail•com>,
	Conor Dooley <conor.dooley@microchip•com>
Subject: Re: [PATCH v5 2/3] arm64: dts: ti: Add k3-am62l3-beaglebadge
Date: Thu, 28 May 2026 17:04:57 -0500	[thread overview]
Message-ID: <2f7de62f-9a26-4d9b-b239-90a5d7c57398@ti.com> (raw)
In-Reply-To: <26a43b26-b7d4-4c5d-a286-4ac1869e2d42@ti.com>

Hi Vignesh,

On 5/28/26 5:52 AM, Vignesh Raghavendra wrote:
> 
> 
> On 27/05/26 05:24, Judith Mendez wrote:
>> BeagleBoard.org BeagleBadge is a compact, affordable open source
>> hardware single board computer based on the Texas Instruments AM62L3
>> SoC designed for IoT and embedded applications with low power
>> consumption. Expansion is provided over open standards based headers
>> including QWIIC and GPIO interfaces.
>>
>> https://www.beagleboard.org/boards/beaglebadge
>>
>> Co-developed-by: Andrew Davis <afd@ti•com>
>> Signed-off-by: Andrew Davis <afd@ti•com>
>> Signed-off-by: Judith Mendez <jm@ti•com>
>> ---
>> Changelog since v4:
>> - Canonical URL fixed
>> - Switch gpio -> gpios in voltage regulator nodes
>> - Regulator-always-on removed in sensor_3v3
>> - Add bootph-all on pinmux nodes
>> - Fix gpio-line-names formatting
>> - Nodes: sdhci2, wlan_en regulator, & pinmux removed
>> - USB aliases removed
>> ---
>>   arch/arm64/boot/dts/ti/Makefile               |   1 +
>>   .../boot/dts/ti/k3-am62l3-beaglebadge.dts     | 658 ++++++++++++++++++
>>   2 files changed, 659 insertions(+)
>>   create mode 100644 arch/arm64/boot/dts/ti/k3-am62l3-beaglebadge.dts
>>
>> diff --git a/arch/arm64/boot/dts/ti/Makefile b/arch/arm64/boot/dts/ti/Makefile
>> index 5269c9619b65c..4e377ca011cd8 100644
>> --- a/arch/arm64/boot/dts/ti/Makefile
>> +++ b/arch/arm64/boot/dts/ti/Makefile
>> @@ -41,6 +41,7 @@ dtb-$(CONFIG_ARCH_K3) += k3-am62d2-evm.dtb
>>   
>>   # Boards with AM62Lx SoCs
>>   dtb-$(CONFIG_ARCH_K3) += k3-am62l3-evm.dtb
>> +dtb-$(CONFIG_ARCH_K3) += k3-am62l3-beaglebadge.dtb
> 
> Sort this alphabetically please

Will fix (:

> 
>>   
>>   # Boards with AM62Px SoC
>>   dtb-$(CONFIG_ARCH_K3) += k3-am62p5-sk.dtb
>> diff --git a/arch/arm64/boot/dts/ti/k3-am62l3-beaglebadge.dts b/arch/arm64/boot/dts/ti/k3-am62l3-beaglebadge.dts
>> new file mode 100644
>> index 0000000000000..8e816d21a586f
>> --- /dev/null
>> +++ b/arch/arm64/boot/dts/ti/k3-am62l3-beaglebadge.dts
>> @@ -0,0 +1,658 @@
>> +// SPDX-License-Identifier: GPL-2.0
> 
> Dual license this like other files

Ok no problem, will fix and send out v6

~ Judith

...



  reply	other threads:[~2026-05-28 22:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-26 23:54 [PATCH v5 0/3] arm64: dts/bindings: Add support for BeagleBadge Judith Mendez
2026-05-26 23:54 ` [PATCH v5 1/3] dt-bindings: arm: ti: Add am62l3-beaglebadge Judith Mendez
2026-05-26 23:54 ` [PATCH v5 2/3] arm64: dts: ti: Add k3-am62l3-beaglebadge Judith Mendez
2026-05-28 10:52   ` Vignesh Raghavendra
2026-05-28 22:04     ` Judith Mendez [this message]
2026-05-26 23:54 ` [PATCH v5 3/3] arm64: defconfig: Enable drivers for BeagleBadge Judith Mendez

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=2f7de62f-9a26-4d9b-b239-90a5d7c57398@ti.com \
    --to=jm@ti$(echo .)com \
    --cc=afd@ti$(echo .)com \
    --cc=bb@ti$(echo .)com \
    --cc=conor+dt@kernel$(echo .)org \
    --cc=conor.dooley@microchip$(echo .)com \
    --cc=devicetree@vger$(echo .)kernel.org \
    --cc=jkridner@gmail$(echo .)com \
    --cc=kristo@kernel$(echo .)org \
    --cc=krzk+dt@kernel$(echo .)org \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=nm@ti$(echo .)com \
    --cc=robertcnelson@gmail$(echo .)com \
    --cc=robh@kernel$(echo .)org \
    --cc=vigneshr@ti$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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