pinctrl: broxton: Rename apl-pinctrl driver
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 25 Jan 2017 20:29:34 +0000 (22:29 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 26 Jan 2017 14:37:40 +0000 (15:37 +0100)
While we have no users yet rename the platform driver to use the same
pattern as the rest of Intel SoCs, i.e. use full SoC name in
'apollolake-pinctrl'.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/intel/pinctrl-broxton.c

index 77e02fa..8f59787 100644 (file)
@@ -1004,7 +1004,7 @@ static const struct acpi_device_id bxt_pinctrl_acpi_match[] = {
 MODULE_DEVICE_TABLE(acpi, bxt_pinctrl_acpi_match);
 
 static const struct platform_device_id bxt_pinctrl_platform_ids[] = {
-       { "apl-pinctrl", (kernel_ulong_t)&apl_pinctrl_soc_data },
+       { "apollolake-pinctrl", (kernel_ulong_t)&apl_pinctrl_soc_data },
        { "broxton-pinctrl", (kernel_ulong_t)&bxt_pinctrl_soc_data },
        { },
 };