staging: spmi: hisi-spmi-controller: change compatible string
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 18 Aug 2020 14:58:55 +0000 (16:58 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Aug 2020 15:05:14 +0000 (17:05 +0200)
Add the chipset name at the compatible string, as other
HiSilicon chipsets with SPMI bus might require something
different.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/f34062e82b5d5ee49aab4f9055b44e42e5023f0a.1597762400.git.mchehab+huawei@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/hikey9xx/hisi-spmi-controller.c

index 513d962..66a0b29 100644 (file)
@@ -324,7 +324,8 @@ static int spmi_del_controller(struct platform_device *pdev)
 }
 
 static const struct of_device_id spmi_controller_match_table[] = {
-       {       .compatible = "hisilicon,spmi-controller",
+       {
+               .compatible = "hisilicon,kirin970-spmi-controller",
        },
        {}
 };