Skip to content
Snippets Groups Projects
Commit e45066f4 authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Bin Meng
Browse files

x86: edison: Mark eMMC non-removable


eMMC is non-removable on Intel Edison board. Fix the DTS accordingly.

Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Bin Meng's avatarBin Meng <bmeng.cn@gmail.com>
parent cfb573d2
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,7 @@
emmc: mmc@ff3fc000 {
compatible = "intel,sdhci-tangier";
reg = <0xff3fc000 0x1000>;
non-removable;
};
sdcard: mmc@ff3fa000 {
......
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