From: Laxman Dewangan Date: Wed, 7 Mar 2012 11:09:05 +0000 (+0530) Subject: regulator: tps65910: Configure correct value for VDDCTRL vout reg X-Git-Tag: v3.3-rc7~13^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4632aed3e5b134c55b54af19db49662959384c1;p=pandora-kernel.git regulator: tps65910: Configure correct value for VDDCTRL vout reg As per datasheet, the voltage output is defined as from SEL[6:0] = 3 to 64 (dec) Vout= (SEL[6:0] × 12.5 mV + 562.5 mV) The list_voltage returns the vout as 600mV + selector * 12.5mV and so equivalent VSEL is selector + 3. Adding 3 on selector when configuring VSEL register for VDDCTRL output. Signed-off-by: Laxman Dewangan Signed-off-by: Mark Brown --- Reading git-diff-tree failed