From: Axel Lin Date: Thu, 14 Jun 2012 05:55:25 +0000 (+0800) Subject: regulator: tps65023: Fix mask for LDOs output voltage select control X-Git-Tag: v3.5-rc5~27^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b57c0155cb78d15b0d93b2c7f66ad9536862476;p=pandora-kernel.git regulator: tps65023: Fix mask for LDOs output voltage select control According to the datasheet: The LDO_CTRL registers are used to set the output voltage of LDO1 and LDO2. LDO_CTRL[7] and LDO_CTRL[3] are reserved and should always be written to 0. Thus the mask for TPS65023_LDO_1 and TPS65023_LDO_2 should be 0x07 and 0x70 respectively. Signed-off-by: Axel Lin Signed-off-by: Mark Brown --- Reading git-diff-tree failed