ARM: ux500: Add a vmmc regulator through DT for the poped eMMC for href
authorUlf Hansson <ulf.hansson@linaro.org>
Thu, 20 Mar 2014 13:07:34 +0000 (14:07 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 12 May 2014 10:52:44 +0000 (12:52 +0200)
Add a node in DT for the proper regulator which means we can move away
from the mmci platform data which currently holds the corresponding OCR
mask.

The mmci driver can then calculate the OCR mask based on the voltages
supported by the regulator, instead of relying on the platform data.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>

No differences found