Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

gpio: sprd: Change to use SoC compatible string

Change to use SoC compatible string instead of wildcard string.

The Spreadtrum SC9860 platform device trees and drivers' development
are still in progress, and now we will always recompile and ship
device trees at the same time as we will compile and ship the kernel,
so we do not need care about the backwards compatibility.

Signed-off-by: Baolin Wang <baolin.wang@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Baolin Wang and committed by
Linus Walleij
567cbf07 07b6ce7f

+1 -1
+1 -1
drivers/gpio/gpio-pmic-eic-sprd.c
··· 364 364 } 365 365 366 366 static const struct of_device_id sprd_pmic_eic_of_match[] = { 367 - { .compatible = "sprd,sc27xx-eic", }, 367 + { .compatible = "sprd,sc2731-eic", }, 368 368 { /* end of list */ } 369 369 }; 370 370 MODULE_DEVICE_TABLE(of, sprd_pmic_eic_of_match);