Re: [PATCH] arm64: dts: ti: k3-am625-sk-common: Add non-removable flag for eMMC

From: Bryan Brattlof

Date: Thu Sep 03 2026 - 12:55:59 EST


On August 6, 2026 thus sayeth Judith Mendez:
> eMMC is soldered on to AM625 SK and AM625 SIP SK boards, add non-removable
> flag to prevent kernel from attempting hot-plug detection.
>
> Signed-off-by: Judith Mendez <jm@xxxxxx>
> ---
> arch/arm64/boot/dts/ti/k3-am625-sk-common.dtsi | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/boot/dts/ti/k3-am625-sk-common.dtsi b/arch/arm64/boot/dts/ti/k3-am625-sk-common.dtsi
> index 9c83626826453..a5922bd746d86 100644
> --- a/arch/arm64/boot/dts/ti/k3-am625-sk-common.dtsi
> +++ b/arch/arm64/boot/dts/ti/k3-am625-sk-common.dtsi
> @@ -198,6 +198,7 @@ exp1: gpio@22 {
>
> &sdhci0 {
> bootph-all;
> + non-removable;

I can confirm the embedded MMC is indeed embedded ;)

Thanks Judith

Reviewed-by: Bryan Brattlof <bb@xxxxxx>

~Bryan