瀏覽代碼

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>
Andy Shevchenko 2 年之前
父節點
當前提交
e45066f48f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/x86/dts/edison.dts

+ 1 - 0
arch/x86/dts/edison.dts

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