x86: edison: Mark eMMC non-removable
eMMC is non-removable on Intel Edison board. Fix the DTS accordingly. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
cfb573d22d
commit
e45066f48f
@ -88,6 +88,7 @@
|
||||
emmc: mmc@ff3fc000 {
|
||||
compatible = "intel,sdhci-tangier";
|
||||
reg = <0xff3fc000 0x1000>;
|
||||
non-removable;
|
||||
};
|
||||
|
||||
sdcard: mmc@ff3fa000 {
|
||||
|
Loading…
Reference in New Issue
Block a user