[U-Boot] [PATCH V6 2/3] PMIC: Add dialog pmic support

Stefano Babic sbabic at denx.de
Tue Apr 26 14:02:10 CEST 2011


On 04/25/2011 04:59 AM, Jason Hui wrote:
> Hi, Stefano,

Hi Jason,

>>> If you still want me to include the DA9053 support into fsl_pmic,
>>> could you please
>>> extend the fsl_pmic support to easily add another vender's pmic support first?
>>
>> Really I have not understood your question. What do you mean ?
> 
> Then, Can you tell me how to add the dialog pmic support into
> fsl_pmi.c file which is dedicated for
> freescale mc13xxx? Thanks,

IMHO the details for each Power Controllers are inside the corresponding
header, that contains the register description, in your xace DA09053.h.
The fsl_pmic.c expones only a general way to speak with the controller
via SPI or I2C interface. If I see your patch, the only real difference
with the original file is that a single byte is read/written with the
DA09053, while the mc13xxx have 32-bit registers. You can add this
option as CONFIG_ switch, or in another way.

Only the board is aware about which PMIC is used. In fact, the
fsl_pmic.c does not include neither mc13892.h nor mc13783.h.

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================


More information about the U-Boot mailing list