Message ID | 1353580540-3774-3-git-send-email-ulf.hansson@stericsson.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi Ulf, On Thu, Nov 22, 2012 at 11:35:40AM +0100, Ulf Hansson wrote: > From: Ulf Hansson <ulf.hansson@linaro.org> > > Hierarchically, the abx500-clk shall be considered as a child of the > ab8500 core. The abx500-clk is intiated at arch init and thus the clks > will be available when clients needs them. > > Cc: Samuel Ortiz <sameo@linux.intel.com> > Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> > --- > drivers/mfd/ab8500-core.c | 4 ++++ > 1 file changed, 4 insertions(+) Patch applied, thanks. Cheers, Samuel.
diff --git a/drivers/mfd/ab8500-core.c b/drivers/mfd/ab8500-core.c index 1667c77..b8fe5f6f 100644 --- a/drivers/mfd/ab8500-core.c +++ b/drivers/mfd/ab8500-core.c @@ -984,6 +984,10 @@ static struct mfd_cell __devinitdata abx500_common_devs[] = { .of_compatible = "stericsson,ab8500-regulator", }, { + .name = "abx500-clk", + .of_compatible = "stericsson,abx500-clk", + }, + { .name = "ab8500-gpadc", .of_compatible = "stericsson,ab8500-gpadc", .num_resources = ARRAY_SIZE(ab8500_gpadc_resources),