aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorAndy Shevchenko2021-09-10 10:59:27 +0300
committerRamon Fried2021-09-28 18:50:54 +0300
commit2f025b96bc6d90122d4920bb9e3f58f440de48e7 (patch)
tree7433685960da6e18d132a8c31b4c4ad14d8ce4b9 /arch
parentcf39d0c29dcf332d7055d0545fc95e3379d91a62 (diff)
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/dts/edison.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/dts/edison.dts b/arch/x86/dts/edison.dts
index 64b62283637..2c8cf6c0710 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 {