Skip to content

Commit 567cbf0

Browse files
wangbaolin719linusw
authored andcommitted
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>
1 parent 07b6ce7 commit 567cbf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpio/gpio-pmic-eic-sprd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ static int sprd_pmic_eic_probe(struct platform_device *pdev)
364364
}
365365

366366
static const struct of_device_id sprd_pmic_eic_of_match[] = {
367-
{ .compatible = "sprd,sc27xx-eic", },
367+
{ .compatible = "sprd,sc2731-eic", },
368368
{ /* end of list */ }
369369
};
370370
MODULE_DEVICE_TABLE(of, sprd_pmic_eic_of_match);

0 commit comments

Comments
 (0)