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 @@ -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",