commit | 7a63a557bf9991cd7c4085ce7228a937c8adc9fd | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Mon May 07 10:25:58 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue May 15 08:31:34 2012 +0200 |
tree | d66082c1f28541fd35b8f5e716e8a18c488792a8 | |
parent | 8d05a1b1c6ad07d4e2147c4b4333580b20e84a7e [diff] |
pmic: dialog: Avoid name conflicts As mx53loco board has two variants: one with Dialog PMIC and another with FSL MC34708 PMIC, we need to be able to build both drivers. Change pmic_init() and PMIC_NUM_OF_REGS names to avoid build conflicts when both drivers are present. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Acked-by: Stefano Babic <sbabic@denx.de>