]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commit
mmc: sdhci: tegra: Add setting for dma-mask
authorJinyoung Park <jinyoungp@nvidia.com>
Tue, 1 Jul 2014 07:51:24 +0000 (16:51 +0900)
committerBharat Nihalani <bnihalani@nvidia.com>
Wed, 2 Jul 2014 05:35:42 +0000 (22:35 -0700)
commit4b624565615f4f549a556ac7cbf1957cc8d978d5
tree918aeec4028e6d1529b4394eeafe8469d4ec43cf
parent5a5f46f58e0656273b68813aa023d32a0477396a
mmc: sdhci: tegra: Add setting for dma-mask

Currently, there is no binding for coherent_dma_mask and dma_mask
in device tree. If sdhci-tegra driver is probed from DT,
coherent_dma_mask will be set to 32 bit as DT default and
dma_mask will be NULL.
So added coherent_dma_mask setting for each Tegra SKUs.
And if dma_mask is NULL, set it to coherent_dma_mask.

Bug 200000521

Change-Id: Id78e3d225619fb232e10cf957502aea4a131063a
Signed-off-by: Jinyoung Park <jinyoungp@nvidia.com>
Reviewed-on: http://git-master/r/433116
Reviewed-by: Hiroshi Doyu <hdoyu@nvidia.com>
Reviewed-by: Venu Byravarasu <vbyravarasu@nvidia.com>
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
drivers/mmc/host/sdhci-tegra.c