[PATCH v4 00/15] MMC pinmux configuration fixes

Judith Mendez posted 15 patches 2 weeks, 1 day ago
arch/arm64/boot/dts/ti/k3-am62-lp-sk.dts             | 2 +-
arch/arm64/boot/dts/ti/k3-am62-phycore-som.dtsi      | 2 +-
arch/arm64/boot/dts/ti/k3-am62-pocketbeagle2.dts     | 2 +-
arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts       | 6 +++---
arch/arm64/boot/dts/ti/k3-am625-sk-common.dtsi       | 2 +-
arch/arm64/boot/dts/ti/k3-am625-tqma62xx-mba62xx.dts | 4 ++--
arch/arm64/boot/dts/ti/k3-am625-tqma62xx.dtsi        | 2 +-
arch/arm64/boot/dts/ti/k3-am625-var-som-symphony.dts | 2 +-
arch/arm64/boot/dts/ti/k3-am625-var-som.dtsi         | 4 ++--
arch/arm64/boot/dts/ti/k3-am62a-phycore-som.dtsi     | 2 +-
arch/arm64/boot/dts/ti/k3-am62a7-sk.dts              | 5 ++---
arch/arm64/boot/dts/ti/k3-am62l3-evm.dts             | 4 ++--
arch/arm64/boot/dts/ti/k3-am62x-phyboard-lyra.dtsi   | 2 +-
arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi       | 2 +-
14 files changed, 20 insertions(+), 21 deletions(-)
[PATCH v4 00/15] MMC pinmux configuration fixes
Posted by Judith Mendez 2 weeks, 1 day ago
This series fixes MMC pin input/output and pullup/pulldown settings
across AM62*, AM62AX, and AM62LX boards.

All patches have been tested on their appropriate SK & EVM boards.
BeaglePlay and Pocketbeagle boards have also been tested.

Changes since v3:
- Include PIN_OUTPUT fixes for missing third-party boards as per Sashiko
  review [0]
- Split out squashed patches into separate commits as per Nishanth's
  review [1]

[0] https://lore.kernel.org/linux-devicetree/20260805230256.41AA61F000E9@smtp.kernel.org/
    & https://lore.kernel.org/linux-devicetree/20260805230614.521AC1F000E9@smtp.kernel.org/
[1] https://lore.kernel.org/linux-devicetree/20260904151335.fi5mvjpvziw2g3r2@exemption/

Link to v1:
https://lore.kernel.org/linux-devicetree/20260729195958.671147-1-jm@ti.com/
Link to v2:
https://lore.kernel.org/linux-devicetree/20260805004821.416613-1-jm@ti.com/
Link to v3:
https://lore.kernel.org/linux-devicetree/20260805225438.464184-1-jm@ti.com/

Judith Mendez (15):
  arm64: dts: ti: k3-am62a: Fix MMC0_CLK register address
  arm64: dts: ti: k3-am62l-evm: Remove unnecessary internal pullups for
    MMC0
  arm64: dts: ti: k3-am62a7-sk: Set eMMC clock pin as OUTPUT
  arm64: dts: ti: k3-am62a7-sk: Set SD clock pin as OUTPUT
  arm64: dts: ti: k3-am62a-phycore-som: Set eMMC clock pin as OUTPUT
  arm64: dts: ti: k3-am62-lp-sk: Set eMMC clock pins as OUTPUT
  arm64: dts: ti: k3-am62-pocketbeagle2: Set SD clock pin as OUTPUT
  arm64: dts: ti: k3-am625-beagleplay: Set MMC clock pins as OUTPUT
  arm64: dts: ti: k3-am62x-sk-common: Set SD clock pin as OUTPUT
  arm64: dts: ti: k3-am625-sk-common: Set eMMC clock pin as OUTPUT
  arm64: dts: ti: k3-am62-phycore-som: Set eMMC clock pin as OUTPUT
  arm64: dts: ti: k3-am625-tqma62xx: Set MMC clock pins as OUTPUT
  arm64: dts: ti: k3-am625-var-som-symphony: Set SD clock pins as OUTPUT
  arm64: dts: ti: k3-am625-var-som: Set MMC clock pins as OUTPUT
  arm64: dts: ti: k3-am62x-phyboard-lyra: Set SD clock pin as OUTPUT

 arch/arm64/boot/dts/ti/k3-am62-lp-sk.dts             | 2 +-
 arch/arm64/boot/dts/ti/k3-am62-phycore-som.dtsi      | 2 +-
 arch/arm64/boot/dts/ti/k3-am62-pocketbeagle2.dts     | 2 +-
 arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts       | 6 +++---
 arch/arm64/boot/dts/ti/k3-am625-sk-common.dtsi       | 2 +-
 arch/arm64/boot/dts/ti/k3-am625-tqma62xx-mba62xx.dts | 4 ++--
 arch/arm64/boot/dts/ti/k3-am625-tqma62xx.dtsi        | 2 +-
 arch/arm64/boot/dts/ti/k3-am625-var-som-symphony.dts | 2 +-
 arch/arm64/boot/dts/ti/k3-am625-var-som.dtsi         | 4 ++--
 arch/arm64/boot/dts/ti/k3-am62a-phycore-som.dtsi     | 2 +-
 arch/arm64/boot/dts/ti/k3-am62a7-sk.dts              | 5 ++---
 arch/arm64/boot/dts/ti/k3-am62l3-evm.dts             | 4 ++--
 arch/arm64/boot/dts/ti/k3-am62x-phyboard-lyra.dtsi   | 2 +-
 arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi       | 2 +-
 14 files changed, 20 insertions(+), 21 deletions(-)

-- 
2.34.1
Re: [PATCH v4 00/15] MMC pinmux configuration fixes
Posted by Moteen Shah 1 week, 2 days ago
Hey Judith,
Thanks for the series.

On 10/09/26 03:17, Judith Mendez wrote:
> This series fixes MMC pin input/output and pullup/pulldown settings
> across AM62*, AM62AX, and AM62LX boards.
>
> All patches have been tested on their appropriate SK & EVM boards.
> BeaglePlay and Pocketbeagle boards have also been tested.
>
> Changes since v3:
> - Include PIN_OUTPUT fixes for missing third-party boards as per Sashiko
>    review [0]
> - Split out squashed patches into separate commits as per Nishanth's
>    review [1]
>
> [0] https://lore.kernel.org/linux-devicetree/20260805230256.41AA61F000E9@smtp.kernel.org/
>      & https://lore.kernel.org/linux-devicetree/20260805230614.521AC1F000E9@smtp.kernel.org/
> [1] https://lore.kernel.org/linux-devicetree/20260904151335.fi5mvjpvziw2g3r2@exemption/
>
> Link to v1:
> https://lore.kernel.org/linux-devicetree/20260729195958.671147-1-jm@ti.com/
> Link to v2:
> https://lore.kernel.org/linux-devicetree/20260805004821.416613-1-jm@ti.com/
> Link to v3:
> https://lore.kernel.org/linux-devicetree/20260805225438.464184-1-jm@ti.com/
>
> Judith Mendez (15):
>    arm64: dts: ti: k3-am62a: Fix MMC0_CLK register address
>    arm64: dts: ti: k3-am62l-evm: Remove unnecessary internal pullups for
>      MMC0
>    arm64: dts: ti: k3-am62a7-sk: Set eMMC clock pin as OUTPUT
>    arm64: dts: ti: k3-am62a7-sk: Set SD clock pin as OUTPUT
>    arm64: dts: ti: k3-am62a-phycore-som: Set eMMC clock pin as OUTPUT
>    arm64: dts: ti: k3-am62-lp-sk: Set eMMC clock pins as OUTPUT
>    arm64: dts: ti: k3-am62-pocketbeagle2: Set SD clock pin as OUTPUT
>    arm64: dts: ti: k3-am625-beagleplay: Set MMC clock pins as OUTPUT
>    arm64: dts: ti: k3-am62x-sk-common: Set SD clock pin as OUTPUT
>    arm64: dts: ti: k3-am625-sk-common: Set eMMC clock pin as OUTPUT
>    arm64: dts: ti: k3-am62-phycore-som: Set eMMC clock pin as OUTPUT
>    arm64: dts: ti: k3-am625-tqma62xx: Set MMC clock pins as OUTPUT
>    arm64: dts: ti: k3-am625-var-som-symphony: Set SD clock pins as OUTPUT
>    arm64: dts: ti: k3-am625-var-som: Set MMC clock pins as OUTPUT
>    arm64: dts: ti: k3-am62x-phyboard-lyra: Set SD clock pin as OUTPUT
>
>   arch/arm64/boot/dts/ti/k3-am62-lp-sk.dts             | 2 +-
>   arch/arm64/boot/dts/ti/k3-am62-phycore-som.dtsi      | 2 +-
>   arch/arm64/boot/dts/ti/k3-am62-pocketbeagle2.dts     | 2 +-
>   arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts       | 6 +++---
>   arch/arm64/boot/dts/ti/k3-am625-sk-common.dtsi       | 2 +-
>   arch/arm64/boot/dts/ti/k3-am625-tqma62xx-mba62xx.dts | 4 ++--
>   arch/arm64/boot/dts/ti/k3-am625-tqma62xx.dtsi        | 2 +-
>   arch/arm64/boot/dts/ti/k3-am625-var-som-symphony.dts | 2 +-
>   arch/arm64/boot/dts/ti/k3-am625-var-som.dtsi         | 4 ++--
>   arch/arm64/boot/dts/ti/k3-am62a-phycore-som.dtsi     | 2 +-
>   arch/arm64/boot/dts/ti/k3-am62a7-sk.dts              | 5 ++---
>   arch/arm64/boot/dts/ti/k3-am62l3-evm.dts             | 4 ++--
>   arch/arm64/boot/dts/ti/k3-am62x-phyboard-lyra.dtsi   | 2 +-
>   arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi       | 2 +-
>   14 files changed, 20 insertions(+), 21 deletions(-)


For the whole series:
Reviewed-by: Moteen Shah <m-shah@ti.com>

Regards,
Moteen
Re: [PATCH v4 00/15] MMC pinmux configuration fixes
Posted by Nishanth Menon 3 days, 2 hours ago
Hi Judith Mendez,

On Wed, 09 Sep 2026 16:47:28 -0500, Judith Mendez wrote:
> This series fixes MMC pin input/output and pullup/pulldown settings
> across AM62*, AM62AX, and AM62LX boards.
> 
> All patches have been tested on their appropriate SK & EVM boards.
> BeaglePlay and Pocketbeagle boards have also been tested.
> 
> Changes since v3:
> - Include PIN_OUTPUT fixes for missing third-party boards as per Sashiko
>   review [0]
> - Split out squashed patches into separate commits as per Nishanth's
>   review [1]
> 
> [...]

I have applied the following to branch ti-k3-dts-next on [1].

Just a future note for cover-letter $subject, use "arm64: dts: ti:" as prefix

Thank you!

[01/15] arm64: dts: ti: k3-am62a: Fix MMC0_CLK register address
        commit: 9852f2badc438de82b6828c11c80ef0a656f1d4d
[02/15] arm64: dts: ti: k3-am62l-evm: Remove unnecessary internal pullups for MMC0
        commit: dfba8329b8ebd49807ed1c1b336992e5791c7e48
[03/15] arm64: dts: ti: k3-am62a7-sk: Set eMMC clock pin as OUTPUT
        commit: aa7d5b1efa75e58c9d440dfd720205045fe6a806
[04/15] arm64: dts: ti: k3-am62a7-sk: Set SD clock pin as OUTPUT
        commit: cfad4f39124b218c2cbbbe17e742971abc9ac8b4
[05/15] arm64: dts: ti: k3-am62a-phycore-som: Set eMMC clock pin as OUTPUT
        commit: 4834050197f205a649e36661ca150e6ac8295008
[06/15] arm64: dts: ti: k3-am62-lp-sk: Set eMMC clock pins as OUTPUT
        commit: 156f4c2208c8e5e04002402494de28c21c0afcbc
[07/15] arm64: dts: ti: k3-am62-pocketbeagle2: Set SD clock pin as OUTPUT
        commit: 843c4d171975059eaa1436c8403d9a29f677a75c
[08/15] arm64: dts: ti: k3-am625-beagleplay: Set MMC clock pins as OUTPUT
        commit: c074abebc76f0e59d13dea499f582806c6a3d94d
[09/15] arm64: dts: ti: k3-am62x-sk-common: Set SD clock pin as OUTPUT
        commit: 1e2e5016bda94b2bcd86258b5eb77fe3006639a0
[10/15] arm64: dts: ti: k3-am625-sk-common: Set eMMC clock pin as OUTPUT
        commit: 8ef8a0e38d1377c6d51c06f95c64d87641b2c717
[11/15] arm64: dts: ti: k3-am62-phycore-som: Set eMMC clock pin as OUTPUT
        commit: a3c2b6c52e02d58941c0b91bfba052788aeff890
[12/15] arm64: dts: ti: k3-am625-tqma62xx: Set MMC clock pins as OUTPUT
        commit: f9a93fe78d8737860a8fb786d17c9dff20782b7d
[13/15] arm64: dts: ti: k3-am625-var-som-symphony: Set SD clock pins as OUTPUT
        commit: dbe55d5f2930b27e9a3ce71f0c9b1bb0ad91a012
[14/15] arm64: dts: ti: k3-am625-var-som: Set MMC clock pins as OUTPUT
        commit: b489fa1808ea807c4467def7947c83d896dfc355
[15/15] arm64: dts: ti: k3-am62x-phyboard-lyra: Set SD clock pin as OUTPUT
        commit: 1d62ef8d47b535d31fb9cf38e5c36eb55b0189a4

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
-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D
https://ti.com/opensource