aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/tegra20-whistler.dts
diff options
context:
space:
mode:
authorJoseph Lo <josephl@nvidia.com>2013-04-03 16:34:39 -0400
committerStephen Warren <swarren@nvidia.com>2013-04-04 19:17:43 -0400
commit7a2617a64dac0ce559bee0710704aa7d51f4e92a (patch)
tree96f0240797a2c69b1c976e280bd6955e7f111979 /arch/arm/boot/dts/tegra20-whistler.dts
parent9be1e13e6e53048cce6135c823226f1198ee1725 (diff)
ARM: tegra: add non-removable and keep-power-in-suspend property for MMC
This patch adds "non-removable" property of MMC host where the eMMC device is for Tegra platform. And the "keep-power-in-suspend" property was used for the SDIO device that need this to go into suspend mode (e.g. BRCM43xx series). Signed-off-by: Joseph Lo <josephl@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra20-whistler.dts')
-rw-r--r--arch/arm/boot/dts/tegra20-whistler.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra20-whistler.dts b/arch/arm/boot/dts/tegra20-whistler.dts
index 47c7a822a9b2..b3fc47384e7d 100644
--- a/arch/arm/boot/dts/tegra20-whistler.dts
+++ b/arch/arm/boot/dts/tegra20-whistler.dts
@@ -518,6 +518,7 @@
518 sdhci@c8000600 { 518 sdhci@c8000600 {
519 status = "okay"; 519 status = "okay";
520 bus-width = <8>; 520 bus-width = <8>;
521 non-removable;
521 }; 522 };
522 523
523 clocks { 524 clocks {