mfd: Register the ab8500 from db8500-prcmu using the MFD API
authorLee Jones <lee.jones@linaro.org>
Fri, 29 Jun 2012 15:13:35 +0000 (17:13 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Sun, 8 Jul 2012 22:16:09 +0000 (00:16 +0200)
commit6d11d1356cb3b1c009a90b273350f6a88c0b90e0
treeff73b4a1c8e213b67588203215037b263d07b691
parent5d90322bc85894105bbf738abc148135a619e01a
mfd: Register the ab8500 from db8500-prcmu using the MFD API

Hierarchically, the AB8500 is a child of the DB8500 PRCMU. So now that
Device Tree is being used and MFD core code is Device Tree aware, we
can simply register DB8500 PRCMU from Device Tree in the normal way
then allow the DB8500 PRCMU driver to register the AB8500 as a simple
MFD device at probe time.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
arch/arm/mach-ux500/board-mop500.c
drivers/mfd/ab8500-core.c
drivers/mfd/db8500-prcmu.c