diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-08-18 16:58:56 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-08-18 17:05:14 +0200 |
commit | 9f46c3433f99f3901907c8acca29e03415bf1d76 (patch) | |
tree | 401889df88ccd1e7cd81a33efa2d391a2410de56 /drivers/staging/hikey9xx/hi6421-spmi-pmic.c | |
parent | de1a93b6a49c366b4897fc314c71ac005f765479 (diff) | |
download | linux-9f46c3433f99f3901907c8acca29e03415bf1d76.tar.gz linux-9f46c3433f99f3901907c8acca29e03415bf1d76.tar.bz2 linux-9f46c3433f99f3901907c8acca29e03415bf1d76.zip |
staging: mfd: hi6421-spmi-pmic: Simplify the compatible string
It is clear that this driver is for PMIC. So, get rid of
it at the compatible.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/12bdc9b4734e156098408d0d27256abdc91ac283.1597762400.git.mchehab+huawei@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/hikey9xx/hi6421-spmi-pmic.c')
-rw-r--r-- | drivers/staging/hikey9xx/hi6421-spmi-pmic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/hikey9xx/hi6421-spmi-pmic.c b/drivers/staging/hikey9xx/hi6421-spmi-pmic.c index 7817c0637737..64b30d263c8d 100644 --- a/drivers/staging/hikey9xx/hi6421-spmi-pmic.c +++ b/drivers/staging/hikey9xx/hi6421-spmi-pmic.c @@ -323,7 +323,7 @@ static void hi6421_spmi_pmic_remove(struct spmi_device *pdev) } static const struct of_device_id pmic_spmi_id_table[] = { - { .compatible = "hisilicon,hi6421-spmi-pmic" }, + { .compatible = "hisilicon,hi6421-spmi" }, { } }; MODULE_DEVICE_TABLE(of, pmic_spmi_id_table); |