From: Kevin Hilman Date: Tue, 22 Mar 2011 21:12:37 +0000 (-0700) Subject: OMAP2+: VC: support PMICs with separate voltage and command registers X-Git-Tag: v3.2-rc1~95^2^2~1^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e74e44054f8297d60fbd2ed1d412d84055afee8c;p=pandora-kernel.git OMAP2+: VC: support PMICs with separate voltage and command registers The VC layer can support PMICs with separate voltage and command registers by putting the different registers in the PRM_VC_SMPS_VOL_RA and PRCM_VC_SMPS_CMD_RA registers respectively. The PMIC data must supply at least a voltage register address (volt_reg_addr). The command register address (cmd_reg_addr) is optional. If the PMIC data does not supply a separate command register address, the VC will use the voltage register address for both. Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed