diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2012-11-22 05:35:40 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-11-23 06:17:01 -0500 |
commit | 916a871c48ef3ecbc4cac8f185c03160d0b42bfd (patch) | |
tree | 1bdd31bbe4bc85ab6260d7d7a3864ecf8e3372a2 /drivers/mfd | |
parent | acad189b08456722ca4a8984218d6f38f4563cbc (diff) |
mfd: ab8500-core: Add abx500-clk as an mfd child device
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>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/ab8500-core.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/mfd/ab8500-core.c b/drivers/mfd/ab8500-core.c index 2a69dc2c1f84..5b8a4de4328b 100644 --- a/drivers/mfd/ab8500-core.c +++ b/drivers/mfd/ab8500-core.c | |||
@@ -952,6 +952,10 @@ static struct mfd_cell __devinitdata abx500_common_devs[] = { | |||
952 | .of_compatible = "stericsson,ab8500-regulator", | 952 | .of_compatible = "stericsson,ab8500-regulator", |
953 | }, | 953 | }, |
954 | { | 954 | { |
955 | .name = "abx500-clk", | ||
956 | .of_compatible = "stericsson,abx500-clk", | ||
957 | }, | ||
958 | { | ||
955 | .name = "ab8500-gpadc", | 959 | .name = "ab8500-gpadc", |
956 | .of_compatible = "stericsson,ab8500-gpadc", | 960 | .of_compatible = "stericsson,ab8500-gpadc", |
957 | .num_resources = ARRAY_SIZE(ab8500_gpadc_resources), | 961 | .num_resources = ARRAY_SIZE(ab8500_gpadc_resources), |