From e45066f48f07dd192cb763d9cc2ef115bc7cb814 Mon Sep 17 00:00:00 2001 From: Andy Shevchenko Date: Fri, 10 Sep 2021 10:59:27 +0300 Subject: x86: edison: Mark eMMC non-removable eMMC is non-removable on Intel Edison board. Fix the DTS accordingly. Signed-off-by: Andy Shevchenko Reviewed-by: Bin Meng --- arch/x86/dts/edison.dts | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/x86') diff --git a/arch/x86/dts/edison.dts b/arch/x86/dts/edison.dts index 64b6228363..2c8cf6c071 100644 --- a/arch/x86/dts/edison.dts +++ b/arch/x86/dts/edison.dts @@ -88,6 +88,7 @@ emmc: mmc@ff3fc000 { compatible = "intel,sdhci-tangier"; reg = <0xff3fc000 0x1000>; + non-removable; }; sdcard: mmc@ff3fa000 { -- cgit v1.2.3