Re: [PATCH 2/2] arm64: dts: ti: Add k3-am62l3-beaglebadge

From: Judith Mendez

Date: Tue May 05 2026 - 11:10:29 EST


Hi,

On 5/3/26 6:25 AM, Krzysztof Kozlowski wrote:
On 02/05/2026 01:31, 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://beagleboard.org/
https://github.com/beagleboard/BeagleBadge

Co-developed-by: Andrew Davis <afd@xxxxxx>

Incomplete DCO. Please read carefully submitting patches to understand
what you should do here.

Will fix, thanks.

Signed-off-by: Judith Mendez <jm@xxxxxx>

...

+&spi3 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&spi3_pins_default>;
+ status = "okay";
+
+ sx1262_lora: lora@0 {

Heh? Lora?

+ compatible = "rohm,dh2228fv";

Nope, you don't have this device. Stop faking stuff. dh2228fv DOES NOT
EXIST! How could you put to hardware something which does not even exist?

Will remove this node and respin the series.

~ Judith