]> www.infradead.org Git - users/willy/xarray.git/commitdiff
arm64: dts: ti: k3-am62*: Add non-removable flag for eMMC
authorJudith Mendez <jm@ti.com>
Tue, 29 Apr 2025 15:14:53 +0000 (10:14 -0500)
committerNishanth Menon <nm@ti.com>
Fri, 2 May 2025 13:14:05 +0000 (08:14 -0500)
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>
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 a5469f2712f0945d5717d9570767fedf2681013a..1c8b4d13fb491e6d7bf21af011e90a75795c6610 100644 (file)
 
 &sdhci0 {
        bootph-all;
+       non-removable;
        pinctrl-names = "default";
        pinctrl-0 = <&emmc_pins_default>;
        disable-wp;
index c2f55cc5a8ebc020191b334e051ff47e7f61bf37..ab06cc42b4f271b4ae3b17344baa49ff6360f036 100644 (file)
 
 &sdhci0 {
        status = "okay";
+       non-removable;
        ti,driver-strength-ohm = <50>;
        disable-wp;
        bootph-all;
index 20d1437f253d45ff4081020638f86477a321a38b..7d249fd04561b0a415543bd456f8741b633b808f 100644 (file)
 &sdhci0 {
        bootph-all;
        status = "okay";
+       non-removable;
        pinctrl-names = "default";
        pinctrl-0 = <&main_mmc0_pins_default>;
        disable-wp;