From: Linus Walleij Date: Fri, 13 Jan 2017 15:10:20 +0000 (+0100) Subject: mfd: ab8500-core: Rename clock device and compatible X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=91549e87239f745de68fcda1af978c1f0aa17fcb;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Linus Walleij Signed-off-by: Lee Jones --- 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[] = { .of_compatible = "stericsson,ab8500-regulator", }, { - .name = "abx500-clk", - .of_compatible = "stericsson,abx500-clk", + .name = "ab8500-clk", + .of_compatible = "stericsson,ab8500-clk", }, { .name = "ab8500-gpadc",