summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2021-09-10 10:59:27 +0300
committerBin Meng <bmeng.cn@gmail.com>2021-09-22 21:50:35 +0800
commite45066f48f07dd192cb763d9cc2ef115bc7cb814 (patch)
tree7433685960da6e18d132a8c31b4c4ad14d8ce4b9
parentcfb573d22dac1089b5c792bc8529dd76acfa68fc (diff)
downloadu-boot-e45066f48f07dd192cb763d9cc2ef115bc7cb814.tar.gz
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>
-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 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 {