From: Stephen Warren Date: Mon, 21 Nov 2011 21:44:11 +0000 (-0700) Subject: arm/dt: tegra: Fix SDHCI nodes to match board files X-Git-Tag: v3.3-rc1~141^2~2^3^2~5 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1292c129597ce42a75d9e97cd312c3242e10a6f3;p=pandora-kernel.git arm/dt: tegra: Fix SDHCI nodes to match board files Mark any SDHCI controllers that aren't registered by the board files as disabled in the device-tree files. In practice, these controllers: * Have nothing hooked up to them at all, or * For ports intended for SDIO usage, the drivers for anything that might be attached are not in the device-tree yet. If/when drivers appear, the SD/MMC port can be re-enabled. The only possible exception is TrimSlice's mico SD slot, but that wasn't enabled in the board files before anyway, and doesn't work when all the SDHCI controllers are enabled anyway. Signed-off-by: Stephen Warren Signed-off-by: Olof Johansson --- Reading git-diff-tree failed