linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fixup BBB dts typo
@ 2025-06-24 11:48 Albin Tornqvist
  2025-06-24 11:48 ` [PATCH] arm: dts: ti: omap: Fixup pinheader typo Albin Tornqvist
  0 siblings, 1 reply; 3+ messages in thread
From: Albin Tornqvist @ 2025-06-24 11:48 UTC (permalink / raw)
  To: tony, robh, krzk+dt, conor+dt
  Cc: linux-omap, devicetree, linux-kernel, albin.tornqvist

Hello,
while trying to set up the Beagleboard Relay Cape for the Beaglebone
Black i found a typo in the dts for one of the pins. I spent some time
pulling my hair, hoping this patch will save some time for other devs.

This is my first contribution, I hope this is the appropriate mailing
list and that i got formatting correct.

The testing procedure is described in the commit message(for the first
and only patch in this series).

Albin Törnqvist (1):
  arm: dts: ti: omap: Fixup pinheader typo

 arch/arm/boot/dts/ti/omap/am335x-boneblack.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] arm: dts: ti: omap: Fixup pinheader typo
  2025-06-24 11:48 [PATCH] Fixup BBB dts typo Albin Tornqvist
@ 2025-06-24 11:48 ` Albin Tornqvist
  2025-07-07 22:02   ` Kevin Hilman
  0 siblings, 1 reply; 3+ messages in thread
From: Albin Tornqvist @ 2025-06-24 11:48 UTC (permalink / raw)
  To: tony, robh, krzk+dt, conor+dt
  Cc: linux-omap, devicetree, linux-kernel, albin.tornqvist

From: Albin Törnqvist <albin.tornqvist@codiax.se>

This commit fixes a typo introduced in commit
ee368a10d0df ("ARM: dts: am335x-boneblack.dts: unique gpio-line-names").
gpio0_7 is located on the P9 header on the BBB.
This was verified with a BeagleBone Black by toggling the pin and
checking with a multimeter that it corresponds to pin 42 on the P9
header.

Signed-off-by: Albin Törnqvist <albin.tornqvist@codiax.se>
---
 arch/arm/boot/dts/ti/omap/am335x-boneblack.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/ti/omap/am335x-boneblack.dts b/arch/arm/boot/dts/ti/omap/am335x-boneblack.dts
index 16b567e3cb47..b4fdcf9c02b5 100644
--- a/arch/arm/boot/dts/ti/omap/am335x-boneblack.dts
+++ b/arch/arm/boot/dts/ti/omap/am335x-boneblack.dts
@@ -35,7 +35,7 @@ &gpio0 {
 		"P9_18 [spi0_d1]",
 		"P9_17 [spi0_cs0]",
 		"[mmc0_cd]",
-		"P8_42A [ecappwm0]",
+		"P9_42A [ecappwm0]",
 		"P8_35 [lcd d12]",
 		"P8_33 [lcd d13]",
 		"P8_31 [lcd d14]",
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm: dts: ti: omap: Fixup pinheader typo
  2025-06-24 11:48 ` [PATCH] arm: dts: ti: omap: Fixup pinheader typo Albin Tornqvist
@ 2025-07-07 22:02   ` Kevin Hilman
  0 siblings, 0 replies; 3+ messages in thread
From: Kevin Hilman @ 2025-07-07 22:02 UTC (permalink / raw)
  To: tony, robh, krzk+dt, conor+dt, Albin Tornqvist
  Cc: linux-omap, devicetree, linux-kernel


On Tue, 24 Jun 2025 13:48:39 +0200, Albin Tornqvist wrote:
> This commit fixes a typo introduced in commit
> ee368a10d0df ("ARM: dts: am335x-boneblack.dts: unique gpio-line-names").
> gpio0_7 is located on the P9 header on the BBB.
> This was verified with a BeagleBone Black by toggling the pin and
> checking with a multimeter that it corresponds to pin 42 on the P9
> header.
> 
> [...]

Applied, thanks!

[1/1] arm: dts: ti: omap: Fixup pinheader typo
      commit: a3a4be32b69c99fc20a66e0de83b91f8c882bf4c

Best regards,
-- 
Kevin Hilman <khilman@baylibre.com>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-07-07 22:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-24 11:48 [PATCH] Fixup BBB dts typo Albin Tornqvist
2025-06-24 11:48 ` [PATCH] arm: dts: ti: omap: Fixup pinheader typo Albin Tornqvist
2025-07-07 22:02   ` Kevin Hilman

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).