Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ece2dac9 authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Linus Walleij
Browse files

pinctrl: broxton: Rename apl-pinctrl driver



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: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 27a28736
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 },
	{ },
};