]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mfd: ab8500-core: Rename clock device and compatible
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 13 Jan 2017 15:10:20 +0000 (16:10 +0100)
committerLee Jones <lee.jones@linaro.org>
Mon, 13 Feb 2017 09:29:43 +0000 (09:29 +0000)
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>
drivers/mfd/ab8500-core.c

index 6e00124cef01a0772f24c4c5d880ec3f66332ef2..8511c068a6108d24c02310dd1b6437d3f2203339 100644 (file)
@@ -656,8 +656,8 @@ static const struct mfd_cell ab8500_devs[] = {
                .of_compatible = "stericsson,ab8500-regulator",
        },
        {
-               .name = "abx500-clk",
-               .of_compatible = "stericsson,abx500-clk",
+               .name = "ab8500-clk",
+               .of_compatible = "stericsson,ab8500-clk",
        },
        {
                .name = "ab8500-gpadc",