[PATCH v1 9/9] arm64: dts: ti: k3-am6*: Fix bootph-all property in MMC node

From: Judith Mendez
Date: Wed Feb 07 2024 - 17:57:26 EST


Add missing bootph-all property for AM62p MMC0 and AM64x
MMC0 nodes.

Move the location of bootph-all property in MMC1 for
k3-am62p5-sk to match Sitara board files.

Signed-off-by: Judith Mendez <jm@xxxxxx>
---
arch/arm64/boot/dts/ti/k3-am62p5-sk.dts | 3 ++-
arch/arm64/boot/dts/ti/k3-am642-evm.dts | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts b/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts
index 5c9b73726ebd..17c6c2fc0e09 100644
--- a/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts
+++ b/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts
@@ -410,6 +410,7 @@ &main_i2c2 {
};

&sdhci0 {
+ bootph-all;
status = "okay";
ti,driver-strength-ohm = <50>;
disable-wp;
@@ -417,13 +418,13 @@ &sdhci0 {

&sdhci1 {
/* SD/MMC */
+ bootph-all;
status = "okay";
vmmc-supply = <&vdd_mmc1>;
vqmmc-supply = <&vddshv_sdio>;
pinctrl-names = "default";
pinctrl-0 = <&main_mmc1_pins_default>;
disable-wp;
- bootph-all;
};

&cpsw3g {
diff --git a/arch/arm64/boot/dts/ti/k3-am642-evm.dts b/arch/arm64/boot/dts/ti/k3-am642-evm.dts
index 83f2b00726b5..84619782e52d 100644
--- a/arch/arm64/boot/dts/ti/k3-am642-evm.dts
+++ b/arch/arm64/boot/dts/ti/k3-am642-evm.dts
@@ -493,6 +493,7 @@ eeprom@0 {

/* eMMC */
&sdhci0 {
+ bootph-all;
status = "okay";
non-removable;
ti,driver-strength-ohm = <50>;
--
2.43.0