]> asedeno.scripts.mit.edu Git - linux.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)
commitf19417f38264f9a2f7b4627aa4060133c237b211
tree5234f55fadd9a30de0a13a34979302300f360d83
parent8e8b3f514c12a3b800bba8a7766c71139ad75b89
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