From: Mark Brown Date: Tue, 28 Apr 2009 10:09:38 +0000 (+0100) Subject: regulator: Fix default constraints for fixed voltage regulators X-Git-Tag: v2.6.30-rc4~8^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e59091828ed5406c879b899b4257fcef7271e2c;p=pandora-kernel.git regulator: Fix default constraints for fixed voltage regulators Default voltage constraints were being provided for fixed voltage regulator where board constraints were not provided but these constraints used INT_MIN as the default minimum voltage which is not a valid value since it is less than zero. Use 1uV instead. Also set the default values we set in the constraints themselves since otherwise the max_uV constraint we determine will not be stored in the actual constraint strucutre and will therefore not be used. Signed-off-by: Mark Brown Signed-off-by: Liam Girdwood --- Reading git-diff-tree failed