Skip to content
Snippets Groups Projects
Commit e6516aae authored by Gianfranco Mariotti's avatar Gianfranco Mariotti
Browse files

[C61][DTSI] set MMC enumeration

* internal eMMC --> device 0
* external SD   --> device 1
parent aed1f620
No related branches found
No related tags found
No related merge requests found
......@@ -29,9 +29,9 @@
i2c1 = &i2c2;
i2c2 = &i2c3;
i2c3 = &i2c4;
mmc0 = &usdhc1;
mmc0 = &usdhc3;
mmc1 = &usdhc2;
mmc2 = &usdhc3;
mmc2 = &usdhc1;
sai1 = &sai1;
sai2 = &sai2;
sai3 = &sai3;
......
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