Browse Source

mfd: ab8500-core: Rename clock device and compatible

We didn't have proper device tree bindings for this clock,
I standardized it to use the exact chipname so let's rename
it "ab8500-clk" and rectify the device tree compatible string
to "stericsson,ab8500-clk".

Cc: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Linus Walleij 8 years ago
parent
commit
91549e8723
1 changed files with 2 additions and 2 deletions
  1. 2 2
      drivers/mfd/ab8500-core.c

+ 2 - 2
drivers/mfd/ab8500-core.c

@@ -656,8 +656,8 @@ static const struct mfd_cell ab8500_devs[] = {
 		.of_compatible = "stericsson,ab8500-regulator",
 		.of_compatible = "stericsson,ab8500-regulator",
 	},
 	},
 	{
 	{
-		.name = "abx500-clk",
-		.of_compatible = "stericsson,abx500-clk",
+		.name = "ab8500-clk",
+		.of_compatible = "stericsson,ab8500-clk",
 	},
 	},
 	{
 	{
 		.name = "ab8500-gpadc",
 		.name = "ab8500-gpadc",