arm64: dts: ti: k3-am62*: Add non-removable flag for eMMC

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>
This commit is contained in:
Judith Mendez 2025-04-29 10:14:53 -05:00 committed by Nishanth Menon
parent db3cd905b8
commit d16e7d3435
3 changed files with 3 additions and 0 deletions

View File

@ -832,6 +832,7 @@ &main_spi2 {
&sdhci0 {
bootph-all;
non-removable;
pinctrl-names = "default";
pinctrl-0 = <&emmc_pins_default>;
disable-wp;

View File

@ -480,6 +480,7 @@ &main_i2c2 {
&sdhci0 {
status = "okay";
non-removable;
ti,driver-strength-ohm = <50>;
disable-wp;
bootph-all;

View File

@ -453,6 +453,7 @@ &main_i2c2 {
&sdhci0 {
bootph-all;
status = "okay";
non-removable;
pinctrl-names = "default";
pinctrl-0 = <&main_mmc0_pins_default>;
disable-wp;