Skip to content

Commit 6ee0792

Browse files
arm64: dts: ti: k3-am62a7-sk: Fix pin name in comment from M19 to N22
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: 8f02301 ("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> Reviewed-by: Bryan Brattlof <bb@ti.com> Link: https://patch.msgid.link/20260309045539.2070793-1-s-vadapalli@ti.com Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
1 parent c9c6127 commit 6ee0792

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/ti/k3-am62a7-sk.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@
398398

399399
vddshv_sdio_pins_default: vddshv-sdio-default-pins {
400400
pinctrl-single,pins = <
401-
AM62AX_IOPAD(0x07c, PIN_OUTPUT, 7) /* (M19) GPMC0_CLK.GPIO0_31 */
401+
AM62AX_IOPAD(0x07c, PIN_OUTPUT, 7) /* (N22) GPMC0_CLK.GPIO0_31 */
402402
>;
403403
};
404404

0 commit comments

Comments
 (0)