commit | 45fa2038cf7820ecfcca8793b81e656ca3caaf0f | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@kernel.org> | Wed Mar 30 08:26:09 2016 -0700 |
committer | Mark Brown <broonie@kernel.org> | Wed Mar 30 08:26:09 2016 -0700 |
tree | 76dcb0bb07a81b3a58b98d75c170e8d1a781bfb7 | |
parent | fa93fd4ecc9c58475abac6db93a797bff893bc16 [diff] |
regulator: of: Don't flag voltage change as possible for exact voltages Flagging voltage changes as possible for exactly specified voltages appears to be triggering bugs in the SDHCI code (it should be able to handle the case where only one voltage it wants is in the range it is allowed to set) so make sure we only set the flag in cases where there's genuine variability. Signed-off-by: Mark Brown <broonie@kernel.org>