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:
Andy Shevchenko 2021-09-10 10:59:27 +03:00 committed by Ramon Fried
parent cf39d0c29d
commit 2f025b96bc

View file

@ -88,6 +88,7 @@
emmc: mmc@ff3fc000 { emmc: mmc@ff3fc000 {
compatible = "intel,sdhci-tangier"; compatible = "intel,sdhci-tangier";
reg = <0xff3fc000 0x1000>; reg = <0xff3fc000 0x1000>;
non-removable;
}; };
sdcard: mmc@ff3fa000 { sdcard: mmc@ff3fa000 {