projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf39d0c
)
x86: edison: Mark eMMC non-removable
author
Andy Shevchenko
<andriy.shevchenko@linux.intel.com>
Fri, 10 Sep 2021 07:59:27 +0000
(10:59 +0300)
committer
Ramon Fried
<rfried.dev@gmail.com>
Tue, 28 Sep 2021 15:50:54 +0000
(18:50 +0300)
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>
arch/x86/dts/edison.dts
patch
|
blob
|
history
diff --git
a/arch/x86/dts/edison.dts
b/arch/x86/dts/edison.dts
index
64b6228
..
2c8cf6c
100644
(file)
--- 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 {