mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 12:35:52 +02:00
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: Michael Walle <mwalle@kernel.org> Link: https://lore.kernel.org/r/20240403102302.3934932-1-mwalle@kernel.org Signed-off-by: Nishanth Menon <nm@ti.com>
This commit is contained in:
parent
ff369c9eb6
commit
3cf109df43
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user