[PATCH v1 1/1] x86: edison: Mark eMMC non-removable

Andy Shevchenko andriy.shevchenko at linux.intel.com
Fri Sep 10 09:59:27 CEST 2021


eMMC is non-removable on Intel Edison board. Fix the DTS accordingly.

Signed-off-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
---
 arch/x86/dts/edison.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/x86/dts/edison.dts b/arch/x86/dts/edison.dts
index 64b622836377..2c8cf6c07102 100644
--- a/arch/x86/dts/edison.dts
+++ b/arch/x86/dts/edison.dts
@@ -88,6 +88,7 @@
 	emmc: mmc at ff3fc000 {
 		compatible = "intel,sdhci-tangier";
 		reg = <0xff3fc000 0x1000>;
+		non-removable;
 	};
 
 	sdcard: mmc at ff3fa000 {
-- 
2.33.0



More information about the U-Boot mailing list