]> Git Repo - linux.git/commitdiff
arm64: dts: ti: k3-j784s4-evm: Add eMMC mmc0 support
authorApurva Nandan <[email protected]>
Mon, 27 Mar 2023 08:31:00 +0000 (14:01 +0530)
committerNishanth Menon <[email protected]>
Thu, 30 Mar 2023 18:36:34 +0000 (13:36 -0500)
Add support for eMMC connected to main sdhci0 instance.

Signed-off-by: Apurva Nandan <[email protected]>
Reviewed-by: Bhavya Kapoor <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Nishanth Menon <[email protected]>
arch/arm64/boot/dts/ti/k3-j784s4-evm.dts

index 476ad8915c5b20e81665bdff13f156760cd2f910..f33815953e7792b9d4e9962966bcf5eb665ad995 100644 (file)
@@ -21,6 +21,7 @@
 
        aliases {
                serial2 = &main_uart8;
+               mmc0 = &main_sdhci0;
                mmc1 = &main_sdhci1;
                i2c0 = &main_i2c0;
        };
        };
 };
 
+&main_sdhci0 {
+       /* eMMC */
+       status = "okay";
+       non-removable;
+       ti,driver-strength-ohm = <50>;
+       disable-wp;
+};
+
 &main_sdhci1 {
        /* SD card */
        status = "okay";
This page took 0.068435 seconds and 4 git commands to generate.