]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
trats: fdt: disable unused DW MMC
authorPrzemyslaw Marczak <p.marczak@samsung.com>
Wed, 30 Sep 2015 11:14:53 +0000 (13:14 +0200)
committerSimon Glass <sjg@chromium.org>
Sat, 3 Oct 2015 13:39:19 +0000 (14:39 +0100)
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>
arch/arm/dts/exynos4210-trats.dts

index 36d02df3b078a4dd6da6197f779ff609b38ac881..f3fac801905696f9eba76814fb3a8e0c4833152b 100644 (file)
        sdhci@12540000 {
                status = "disabled";
        };
+
+       dwmmc@12550000 {
+               status = "disabled";
+       };
 };