mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 21:51:31 +00:00
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>
This commit is contained in:
parent
cf39d0c29d
commit
2f025b96bc
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@
|
||||||
emmc: mmc@ff3fc000 {
|
emmc: mmc@ff3fc000 {
|
||||||
compatible = "intel,sdhci-tangier";
|
compatible = "intel,sdhci-tangier";
|
||||||
reg = <0xff3fc000 0x1000>;
|
reg = <0xff3fc000 0x1000>;
|
||||||
|
non-removable;
|
||||||
};
|
};
|
||||||
|
|
||||||
sdcard: mmc@ff3fa000 {
|
sdcard: mmc@ff3fa000 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue