diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2017-01-13 10:10:20 -0500 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2017-02-13 04:29:43 -0500 |
commit | 91549e87239f745de68fcda1af978c1f0aa17fcb (patch) | |
tree | d727240dc13f3f20d9b8ba3e5dc746b4c48fa611 | |
parent | 9c576bd35ef4086f25c04ec662019c33494ee2fb (diff) |
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>
-rw-r--r-- | drivers/mfd/ab8500-core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mfd/ab8500-core.c b/drivers/mfd/ab8500-core.c index 6e00124cef01..8511c068a610 100644 --- a/drivers/mfd/ab8500-core.c +++ b/drivers/mfd/ab8500-core.c | |||
@@ -656,8 +656,8 @@ static const struct mfd_cell ab8500_devs[] = { | |||
656 | .of_compatible = "stericsson,ab8500-regulator", | 656 | .of_compatible = "stericsson,ab8500-regulator", |
657 | }, | 657 | }, |
658 | { | 658 | { |
659 | .name = "abx500-clk", | 659 | .name = "ab8500-clk", |
660 | .of_compatible = "stericsson,abx500-clk", | 660 | .of_compatible = "stericsson,ab8500-clk", |
661 | }, | 661 | }, |
662 | { | 662 | { |
663 | .name = "ab8500-gpadc", | 663 | .name = "ab8500-gpadc", |