提交 91549e87 编写于 作者: L Linus Walleij 提交者: Lee Jones

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: NLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: NLee Jones <lee.jones@linaro.org>
上级 9c576bd3
...@@ -656,8 +656,8 @@ static const struct mfd_cell ab8500_devs[] = { ...@@ -656,8 +656,8 @@ static const struct mfd_cell ab8500_devs[] = {
.of_compatible = "stericsson,ab8500-regulator", .of_compatible = "stericsson,ab8500-regulator",
}, },
{ {
.name = "abx500-clk", .name = "ab8500-clk",
.of_compatible = "stericsson,abx500-clk", .of_compatible = "stericsson,ab8500-clk",
}, },
{ {
.name = "ab8500-gpadc", .name = "ab8500-gpadc",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册