]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: ti: k3-am62*: Add non-removable flag for eMMC
authorJudith Mendez <jm@ti.com>
Fri, 22 Aug 2025 14:16:13 +0000 (10:16 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Aug 2025 14:31:08 +0000 (16:31 +0200)
[ Upstream commit d16e7d34352c4107a81888e9aab4ea4748076e70 ]

EMMC device is non-removable so add 'non-removable' DT
property to avoid having to redetect the eMMC after
suspend/resume.

Signed-off-by: Judith Mendez <jm@ti.com>
Reviewed-by: Udit Kumar <u-kumar1@ti.com>
Link: https://lore.kernel.org/r/20250429151454.4160506-3-jm@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
Stable-dep-of: a0b8da04153e ("arm64: dts: ti: k3-am62*: Move eMMC pinmux to top level board file")
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts
arch/arm64/boot/dts/ti/k3-am62p5-sk.dts
arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi

index a1cd47d7f5e3046bdacb5f4f831f55c8a8d84db3..163dca41e23c9f46f4273f2d6ab744b963413c96 100644 (file)
 
 &sdhci0 {
        bootph-all;
+       non-removable;
        pinctrl-names = "default";
        pinctrl-0 = <&emmc_pins_default>;
        disable-wp;
index 3efa12bb72546291e2fda79695edf577bbb134a1..df989a5260c56fdcdb14a03e620ec8384d1100d5 100644 (file)
 
 &sdhci0 {
        status = "okay";
+       non-removable;
        ti,driver-strength-ohm = <50>;
        disable-wp;
        bootph-all;
index 44ff67b6bf1e4861f37b49547802e10809ac7d15..56d4584b7e24eb34b7dbeb11b681d0daf435f445 100644 (file)
 &sdhci0 {
        bootph-all;
        status = "okay";
+       non-removable;
        pinctrl-names = "default";
        pinctrl-0 = <&main_mmc0_pins_default>;
        disable-wp;