mfd: ab8500-core: Add abx500-clk as an mfd child device
authorUlf Hansson <ulf.hansson@linaro.org>
Thu, 22 Nov 2012 10:35:40 +0000 (11:35 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 23 Nov 2012 11:17:01 +0000 (12:17 +0100)
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>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/ab8500-core.c

index 2a69dc2c1f848861e391d447cb425709141d8026..5b8a4de4328b42de9619ec72d285c8115665cf9a 100644 (file)
@@ -951,6 +951,10 @@ static struct mfd_cell __devinitdata abx500_common_devs[] = {
                .name = "ab8500-regulator",
                .of_compatible = "stericsson,ab8500-regulator",
        },
+       {
+               .name = "abx500-clk",
+               .of_compatible = "stericsson,abx500-clk",
+       },
        {
                .name = "ab8500-gpadc",
                .of_compatible = "stericsson,ab8500-gpadc",
This page took 0.026922 seconds and 5 git commands to generate.