mmc: sdhci-tegra: Add 8-bit support to device tree binding.
authorStephen Warren <swarren@nvidia.com>
Tue, 30 Aug 2011 19:17:16 +0000 (13:17 -0600)
committerChris Ball <cjb@laptop.org>
Wed, 26 Oct 2011 19:43:42 +0000 (15:43 -0400)
commit55cd65e48b62c6f08edbb93d5cadf96e876ebcc2
tree89a2841e84793f86a8b8387fa938c772a0490b2d
parent1a5c8e1f4f09e67118f81885a22ceb7bbd2df4ee
mmc: sdhci-tegra: Add 8-bit support to device tree binding.

The previous patch which implemented a DT binding for sdhci-tegra did not
allow all platform data fields to be initialized from DT. The following
were missing:

is_8bit: Implemented by this patch.

pm_flags: Not implemented yet. There are no mainline users of this field.
  I'm not quite sure what it's for, and hence how to represent this
  in DT; the value ends up being assigned to host->mmc->pm_caps.

While we're at it, fix the binding documentation to refer to "SD/MMC"
instead of "eSDHC", since that's the correct name; "eSDHC" was cut/paste
from the Freescale binding docs.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
Documentation/devicetree/bindings/mmc/nvidia-sdhci.txt
drivers/mmc/host/sdhci-tegra.c