[PATCH] arm: mach-omap2: board-rm680: fix rm680_vemmc regulator constraints

Jarkko Nikula jhnikula at gmail.com
Tue Feb 1 13:27:25 EST 2011


On Tue,  1 Feb 2011 17:36:28 +0200
Aaro Koskinen <aaro.koskinen at nokia.com> wrote:

> With the commit 757902513019e6ee469791ff76f954b19ca8d036 fixed voltage
> regulator setup will fail if there are voltage constraints defined. This
> made MMC unusable on this board. Fix by just deleting those redundant
> constraints.
> 
True. Before there were a test min_uV == max_uV && ops->set_voltage and
now min_uV == max_uV followed by test for ops->set_voltage that returns
EINVAL if not set (NULL for fixed voltage regulator obviously).

Reviewed-by: Jarkko Nikula <jhnikula at gmail.com>



More information about the linux-arm-kernel mailing list