]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/mfd/ab8500-core.c
mfd: ab8500-core: Add abx500-clk as an mfd child device
[karo-tx-linux.git] / drivers / mfd / ab8500-core.c
index a4120edbccf293319c9d095adabf15430f6a43e2..caab1fd3a03f58ebfea33808682535b2a4c56906 100644 (file)
@@ -1188,6 +1188,10 @@ static struct mfd_cell ab9540_devs[] = {
        {
                .name = "ab8500-regulator",
        },
+       {
+               .name = "abx500-clk",
+               .of_compatible = "stericsson,abx500-clk",
+       },
        {
                .name = "ab8500-gpadc",
                .of_compatible = "stericsson,ab8500-gpadc",
@@ -1255,6 +1259,10 @@ static struct mfd_cell ab8505_devs[] = {
        {
                .name = "ab8500-regulator",
        },
+       {
+               .name = "abx500-clk",
+               .of_compatible = "stericsson,abx500-clk",
+       },
        {
                .name = "ab8500-gpadc",
                .num_resources = ARRAY_SIZE(ab8505_gpadc_resources),
@@ -1314,6 +1322,10 @@ static struct mfd_cell ab8540_devs[] = {
        {
                .name = "ab8500-regulator",
        },
+       {
+               .name = "abx500-clk",
+               .of_compatible = "stericsson,abx500-clk",
+       },
        {
                .name = "ab8500-gpadc",
                .num_resources = ARRAY_SIZE(ab8505_gpadc_resources),