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

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.orgSigned-off-by: default avatarNishanth Menon <nm@ti.com>
parent ff369c9e
......@@ -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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment