Commit 3cf109df authored by Michael Walle's avatar Michael Walle Committed by Nishanth Menon
Browse files

arm64: dts: ti: k3-j722s-evm: Enable eMMC support



The J722S EVM has an on-board eMMC. Enable the SDHC interface for it.
There is no pinmuxing required because the interface has dedicated pins.

Signed-off-by: default avatarMichael Walle <mwalle@kernel.org>
Link: https://lore.kernel.org/r/20240403102302.3934932-1-mwalle@kernel.org


Signed-off-by: default avatarNishanth Menon <nm@ti.com>
parent ff369c9e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -366,6 +366,13 @@ partition@3fc0000 {

};

&sdhci0 {
	disable-wp;
	bootph-all;
	ti,driver-strength-ohm = <50>;
	status = "okay";
};

&sdhci1 {
	/* SD/MMC */
	vmmc-supply = <&vdd_mmc1>;