From: Moteen Shah <m-shah@ti.com>
To: Judith Mendez <jm@ti.com>, Nishanth Menon <nm@ti.com>
Cc: Tero Kristo <kristo@kernel.org>, Rob Herring <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
"Garrett Giordano" <ggiordano@phytec.com>,
Wadim Egorov <w.egorov@phytec.de>,
"Robert Nelson" <robertcnelson@gmail.com>,
Tony Lindgren <tony@atomide.com>,
"Nora Schiffer" <nora.schiffer@ew.tq-group.com>,
Stefano Radaelli <stefano.r@variscite.com>,
<linux-arm-kernel@lists.infradead.org>,
<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v4 00/15] MMC pinmux configuration fixes
Date: Wed, 16 Sep 2026 10:19:22 +0530 [thread overview]
Message-ID: <3a427f3f-c3ef-4100-8aeb-e08343ebe136@ti.com> (raw)
In-Reply-To: <20260909214743.899477-1-jm@ti.com>
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
prev parent reply other threads:[~2026-09-16 4:50 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-09 21:47 Judith Mendez
2026-09-09 21:47 ` [PATCH v4 01/15] arm64: dts: ti: k3-am62a: Fix MMC0_CLK register address Judith Mendez
2026-09-11 7:57 ` Kumar, Udit
2026-09-11 16:54 ` Judith Mendez
2026-09-14 16:23 ` Kumar, Udit
2026-09-09 21:47 ` [PATCH v4 02/15] arm64: dts: ti: k3-am62l-evm: Remove unnecessary internal pullups for MMC0 Judith Mendez
2026-09-09 21:47 ` [PATCH v4 03/15] arm64: dts: ti: k3-am62a7-sk: Set eMMC clock pin as OUTPUT Judith Mendez
2026-09-09 21:47 ` [PATCH v4 04/15] arm64: dts: ti: k3-am62a7-sk: Set SD " Judith Mendez
2026-09-09 21:47 ` [PATCH v4 05/15] arm64: dts: ti: k3-am62a-phycore-som: Set eMMC " Judith Mendez
2026-09-15 16:54 ` Wadim Egorov
2026-09-09 21:47 ` [PATCH v4 06/15] arm64: dts: ti: k3-am62-lp-sk: Set eMMC clock pins " Judith Mendez
2026-09-09 21:47 ` [PATCH v4 07/15] arm64: dts: ti: k3-am62-pocketbeagle2: Set SD clock pin " Judith Mendez
2026-09-09 21:47 ` [PATCH v4 08/15] arm64: dts: ti: k3-am625-beagleplay: Set MMC clock pins " Judith Mendez
2026-09-09 21:47 ` [PATCH v4 09/15] arm64: dts: ti: k3-am62x-sk-common: Set SD clock pin " Judith Mendez
2026-09-09 21:47 ` [PATCH v4 10/15] arm64: dts: ti: k3-am625-sk-common: Set eMMC " Judith Mendez
2026-09-09 21:47 ` [PATCH v4 11/15] arm64: dts: ti: k3-am62-phycore-som: " Judith Mendez
2026-09-15 16:54 ` Wadim Egorov
2026-09-09 21:47 ` [PATCH v4 12/15] arm64: dts: ti: k3-am625-tqma62xx: Set MMC clock pins " Judith Mendez
2026-09-09 21:47 ` [PATCH v4 13/15] arm64: dts: ti: k3-am625-var-som-symphony: Set SD " Judith Mendez
2026-09-14 15:00 ` Stefano Radaelli
2026-09-09 21:47 ` [PATCH v4 14/15] arm64: dts: ti: k3-am625-var-som: Set MMC " Judith Mendez
2026-09-14 15:04 ` Stefano Radaelli
2026-09-09 21:47 ` [PATCH v4 15/15] arm64: dts: ti: k3-am62x-phyboard-lyra: Set SD clock pin " Judith Mendez
2026-09-15 16:54 ` Wadim Egorov
2026-09-16 4:49 ` Moteen Shah [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3a427f3f-c3ef-4100-8aeb-e08343ebe136@ti.com \
--to=m-shah@ti.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=ggiordano@phytec.com \
--cc=jm@ti.com \
--cc=kristo@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nm@ti.com \
--cc=nora.schiffer@ew.tq-group.com \
--cc=robertcnelson@gmail.com \
--cc=robh@kernel.org \
--cc=stefano.r@variscite.com \
--cc=tony@atomide.com \
--cc=w.egorov@phytec.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®