* [PATCH v2] arm64: dts: ti: k3-am62a7-sk: Fix pin name in comment from M19 to N22
@ 2026-03-09 4:55 Siddharth Vadapalli
2026-03-09 13:00 ` Andrew Davis
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Siddharth Vadapalli @ 2026-03-09 4:55 UTC (permalink / raw)
To: nm, vigneshr, kristo, robh, krzk+dt, conor+dt, jm, afd
Cc: stable, devicetree, linux-kernel, linux-arm-kernel, srk,
s-vadapalli
The pin for GPMC0_CLK.GPIO0_31 at address 0x000F407C is N22 and not M19.
Hence, fix the pin name in the comment to avoid confusion.
Fixes: 8f023012eb4a ("arm64: dts: ti: k3-am62a: Enable UHS mode support for SD cards")
Cc: <stable@vger.kernel.org>
Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
---
Base-Commit: 1f318b96cc84 Linux 7.0-rc3
v1:
https://lore.kernel.org/r/20260212130843.1054100-1-s-vadapalli@ti.com/
Changes since v1:
- Corrected pin name in comment to N22 instead of updating address to match
the incorrect pin M19.
arch/arm64/boot/dts/ti/k3-am62a7-sk.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/ti/k3-am62a7-sk.dts b/arch/arm64/boot/dts/ti/k3-am62a7-sk.dts
index e99bdbc2e0cb..b1a6f10adf26 100644
--- a/arch/arm64/boot/dts/ti/k3-am62a7-sk.dts
+++ b/arch/arm64/boot/dts/ti/k3-am62a7-sk.dts
@@ -398,7 +398,7 @@ AM62AX_IOPAD(0x01d4, PIN_INPUT, 7) /* (C15) UART0_RTSn.GPIO1_23 */
vddshv_sdio_pins_default: vddshv-sdio-default-pins {
pinctrl-single,pins = <
- AM62AX_IOPAD(0x07c, PIN_OUTPUT, 7) /* (M19) GPMC0_CLK.GPIO0_31 */
+ AM62AX_IOPAD(0x07c, PIN_OUTPUT, 7) /* (N22) GPMC0_CLK.GPIO0_31 */
>;
};
--
2.51.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH v2] arm64: dts: ti: k3-am62a7-sk: Fix pin name in comment from M19 to N22
2026-03-09 4:55 [PATCH v2] arm64: dts: ti: k3-am62a7-sk: Fix pin name in comment from M19 to N22 Siddharth Vadapalli
@ 2026-03-09 13:00 ` Andrew Davis
2026-03-09 14:38 ` Bryan Brattlof
2026-03-14 12:48 ` Vignesh Raghavendra
2 siblings, 0 replies; 4+ messages in thread
From: Andrew Davis @ 2026-03-09 13:00 UTC (permalink / raw)
To: Siddharth Vadapalli, nm, vigneshr, kristo, robh, krzk+dt,
conor+dt, jm
Cc: stable, devicetree, linux-kernel, linux-arm-kernel, srk
On 3/8/26 11:55 PM, Siddharth Vadapalli wrote:
> The pin for GPMC0_CLK.GPIO0_31 at address 0x000F407C is N22 and not M19.
> Hence, fix the pin name in the comment to avoid confusion.
>
> Fixes: 8f023012eb4a ("arm64: dts: ti: k3-am62a: Enable UHS mode support for SD cards")
> Cc: <stable@vger.kernel.org>
> Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
> ---
Reviewed-by: Andrew Davis <afd@ti.com>
>
> Base-Commit: 1f318b96cc84 Linux 7.0-rc3
>
> v1:
> https://lore.kernel.org/r/20260212130843.1054100-1-s-vadapalli@ti.com/
> Changes since v1:
> - Corrected pin name in comment to N22 instead of updating address to match
> the incorrect pin M19.
>
> arch/arm64/boot/dts/ti/k3-am62a7-sk.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/ti/k3-am62a7-sk.dts b/arch/arm64/boot/dts/ti/k3-am62a7-sk.dts
> index e99bdbc2e0cb..b1a6f10adf26 100644
> --- a/arch/arm64/boot/dts/ti/k3-am62a7-sk.dts
> +++ b/arch/arm64/boot/dts/ti/k3-am62a7-sk.dts
> @@ -398,7 +398,7 @@ AM62AX_IOPAD(0x01d4, PIN_INPUT, 7) /* (C15) UART0_RTSn.GPIO1_23 */
>
> vddshv_sdio_pins_default: vddshv-sdio-default-pins {
> pinctrl-single,pins = <
> - AM62AX_IOPAD(0x07c, PIN_OUTPUT, 7) /* (M19) GPMC0_CLK.GPIO0_31 */
> + AM62AX_IOPAD(0x07c, PIN_OUTPUT, 7) /* (N22) GPMC0_CLK.GPIO0_31 */
> >;
> };
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] arm64: dts: ti: k3-am62a7-sk: Fix pin name in comment from M19 to N22
2026-03-09 4:55 [PATCH v2] arm64: dts: ti: k3-am62a7-sk: Fix pin name in comment from M19 to N22 Siddharth Vadapalli
2026-03-09 13:00 ` Andrew Davis
@ 2026-03-09 14:38 ` Bryan Brattlof
2026-03-14 12:48 ` Vignesh Raghavendra
2 siblings, 0 replies; 4+ messages in thread
From: Bryan Brattlof @ 2026-03-09 14:38 UTC (permalink / raw)
To: Siddharth Vadapalli
Cc: nm, vigneshr, kristo, robh, krzk+dt, conor+dt, jm, afd, stable,
devicetree, linux-kernel, linux-arm-kernel, srk
On March 9, 2026 thus sayeth Siddharth Vadapalli:
> The pin for GPMC0_CLK.GPIO0_31 at address 0x000F407C is N22 and not M19.
> Hence, fix the pin name in the comment to avoid confusion.
>
> Fixes: 8f023012eb4a ("arm64: dts: ti: k3-am62a: Enable UHS mode support for SD cards")
> Cc: <stable@vger.kernel.org>
> Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
> ---
Nice
Reviewed-by: Bryan Brattlof <bb@ti.com>
~Bryan
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] arm64: dts: ti: k3-am62a7-sk: Fix pin name in comment from M19 to N22
2026-03-09 4:55 [PATCH v2] arm64: dts: ti: k3-am62a7-sk: Fix pin name in comment from M19 to N22 Siddharth Vadapalli
2026-03-09 13:00 ` Andrew Davis
2026-03-09 14:38 ` Bryan Brattlof
@ 2026-03-14 12:48 ` Vignesh Raghavendra
2 siblings, 0 replies; 4+ messages in thread
From: Vignesh Raghavendra @ 2026-03-14 12:48 UTC (permalink / raw)
To: nm, kristo, robh, krzk+dt, conor+dt, jm, afd, Siddharth Vadapalli
Cc: Vignesh Raghavendra, stable, devicetree, linux-kernel,
linux-arm-kernel, srk
Hi Siddharth Vadapalli,
On Mon, 09 Mar 2026 10:25:32 +0530, Siddharth Vadapalli wrote:
> The pin for GPMC0_CLK.GPIO0_31 at address 0x000F407C is N22 and not M19.
> Hence, fix the pin name in the comment to avoid confusion.
>
>
I have applied the following to branch ti-k3-dts-next on [1].
Thank you!
[1/1] arm64: dts: ti: k3-am62a7-sk: Fix pin name in comment from M19 to N22
commit: 6ee0792d83d5c690205c350825a4c30746c0e0a2
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
[1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
--
Vignesh
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-03-14 12:48 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-09 4:55 [PATCH v2] arm64: dts: ti: k3-am62a7-sk: Fix pin name in comment from M19 to N22 Siddharth Vadapalli
2026-03-09 13:00 ` Andrew Davis
2026-03-09 14:38 ` Bryan Brattlof
2026-03-14 12:48 ` Vignesh Raghavendra
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox