Commit 891db0c4 authored by Apurva Nandan's avatar Apurva Nandan Committed by Nishanth Menon
Browse files

arm64: dts: ti: k3-j784s4-evm: Add eMMC mmc0 support



Add support for eMMC connected to main sdhci0 instance.

Signed-off-by: default avatarApurva Nandan <a-nandan@ti.com>
Reviewed-by: default avatarBhavya Kapoor <b-kapoor@ti.com>
Link: https://lore.kernel.org/r/20230327083100.12587-1-a-nandan@ti.com


Signed-off-by: default avatarNishanth Menon <nm@ti.com>
parent b94b4371
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@

	aliases {
		serial2 = &main_uart8;
		mmc0 = &main_sdhci0;
		mmc1 = &main_sdhci1;
		i2c0 = &main_i2c0;
	};
@@ -207,6 +208,14 @@
	};
};

&main_sdhci0 {
	/* eMMC */
	status = "okay";
	non-removable;
	ti,driver-strength-ohm = <50>;
	disable-wp;
};

&main_sdhci1 {
	/* SD card */
	status = "okay";