]> 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)
commit6e9a2a0d5d376234dcae0f78e2bed06eb3a476c8
tree5234f55fadd9a30de0a13a34979302300f360d83
parentd703746cead190667559506a7cbea33488797059
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