summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/tegra-seaboard.dts
diff options
context:
space:
mode:
authorStephen Warren2011-11-21 22:44:11 +0100
committerOlof Johansson2011-12-08 05:48:06 +0100
commit1292c129597ce42a75d9e97cd312c3242e10a6f3 (patch)
tree17e2ed2d820d138d48441edbb94dfaf3f7a18d3b /arch/arm/boot/dts/tegra-seaboard.dts
parentarm/dt: tegra: Fix serial nodes to match board files (diff)
downloadkernel-qcow2-linux-1292c129597ce42a75d9e97cd312c3242e10a6f3.tar.gz
kernel-qcow2-linux-1292c129597ce42a75d9e97cd312c3242e10a6f3.tar.xz
kernel-qcow2-linux-1292c129597ce42a75d9e97cd312c3242e10a6f3.zip
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 <swarren@nvidia.com> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/tegra-seaboard.dts')
-rw-r--r--arch/arm/boot/dts/tegra-seaboard.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra-seaboard.dts b/arch/arm/boot/dts/tegra-seaboard.dts
index cbb2f085ac23..f552bcc04412 100644
--- a/arch/arm/boot/dts/tegra-seaboard.dts
+++ b/arch/arm/boot/dts/tegra-seaboard.dts
@@ -47,6 +47,14 @@
status = "disable";
};
+ sdhci@c8000000 {
+ status = "disable";
+ };
+
+ sdhci@c8000200 {
+ status = "disable";
+ };
+
sdhci@c8000400 {
cd-gpios = <&gpio 69 0>; /* gpio PI5 */
wp-gpios = <&gpio 57 0>; /* gpio PH1 */