浏览代码

trats: fdt: disable unused DW MMC

This device uses SDHCI driver, for eMMC and SD cards.
Trying bind the DW MMC driver with fdt node without all
required properties, causes printing an error.

This commit disables the DW MMC node.

Tested-on: Trats

Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
Cc: Łukasz Majewski <l.majewski@samsung.com>
Cc: Minkyu Kang <mk7.kang@samsung.com>
Przemyslaw Marczak 9 年之前
父节点
当前提交
cce573e8d8
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      arch/arm/dts/exynos4210-trats.dts

+ 4 - 0
arch/arm/dts/exynos4210-trats.dts

@@ -117,4 +117,8 @@
 	sdhci@12540000 {
 		status = "disabled";
 	};
+
+	dwmmc@12550000 {
+		status = "disabled";
+	};
 };