x86: edison: Mark eMMC non-removable
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 10 Sep 2021 07:59:27 +0000 (10:59 +0300)
committerRamon Fried <rfried.dev@gmail.com>
Tue, 28 Sep 2021 15:50:54 +0000 (18:50 +0300)
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>
arch/x86/dts/edison.dts

index 64b6228..2c8cf6c 100644 (file)
@@ -88,6 +88,7 @@
        emmc: mmc@ff3fc000 {
                compatible = "intel,sdhci-tangier";
                reg = <0xff3fc000 0x1000>;
+               non-removable;
        };
 
        sdcard: mmc@ff3fa000 {