commit | 4cfc6c4fa7611e79e6434e97db56b6072ad4d05c | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Tue Oct 23 06:34:50 2012 +0000 |
committer | Stefano Babic <sbabic@denx.de> | Fri Oct 26 16:28:07 2012 +0200 |
tree | 565b8a51b36f1d4f811c47a7383bea249fc7c3b0 | |
parent | af2a4093cb141f9c5ea433c41ab06a528a7792a6 [diff] |
pmic_fsl: Introduce FSL_PMIC_I2C_LENGTH Introduce FSL_PMIC_I2C_LENGTH to configure the number of bytes that are used to communicate with the PMIC via I2C. Instead of hardcoding the value, pass the number via a configurable option per PMIC type. This will be useful for adding support for PMIC MC34704 from Freescale, which uses only one byte in its I2C protocol. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>