]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sh_mobile_sdhi: add ocr_mask option
authorChris Brandt <chris.brandt@renesas.com>
Mon, 12 Sep 2016 14:15:05 +0000 (10:15 -0400)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 29 Nov 2016 08:00:52 +0000 (09:00 +0100)
commit5141fcb999bae8d3d0fabc44ecf122f2fd4e624e
tree5234f55fadd9a30de0a13a34979302300f360d83
parent1cb7fc021a8e96a5094379ad794c13466afefaa6
mmc: sh_mobile_sdhi: add ocr_mask option

In moving platforms from board files to DT, there still needs to be a way
to set the ocr_mask setting for the tmio driver during probe. Without this
setting, the probe will fail because the supported voltages are not known.

This patch will also traditional platform registration platforms to
migrate to DT.

Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sh_mobile_sdhi.c