Skip to content
Snippets Groups Projects
Commit ce52531c authored by Sekhar Nori's avatar Sekhar Nori Committed by Jaehoon Chung
Browse files

ARM: dts: k2g-evm: enable mmc/sd suppport


The K2G EVM from TI has an SD card slot as
well as onboard eMMC for data storage.

Enable support for these.

Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
Acked-by: default avatarMugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
parent 5396edc6
No related branches found
No related tags found
No related merge requests found
......@@ -100,3 +100,11 @@
};
};
};
&mmc0 {
status = "okay";
};
&mmc1 {
status = "okay";
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment