projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
380054c
)
soc: loongson: loongson_pm2: Drop useless of_device_id compatible
author
Binbin Zhou
<zhoubinbin@loongson.cn>
Thu, 31 Aug 2023 11:43:13 +0000
(19:43 +0800)
committer
Arnd Bergmann
<arnd@arndb.de>
Wed, 27 Sep 2023 09:05:19 +0000
(11:05 +0200)
Now, "loongson,ls2k0500-pmc" is used as fallback compatible, so the
ls2k1000 compatible in the driver can be dropped directly.
Signed-off-by: Binbin Zhou <zhoubinbin@loongson.cn>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/soc/loongson/loongson2_pm.c
patch
|
blob
|
history
diff --git
a/drivers/soc/loongson/loongson2_pm.c
b/drivers/soc/loongson/loongson2_pm.c
index
796add6
..
5ffb77a
100644
(file)
--- a/
drivers/soc/loongson/loongson2_pm.c
+++ b/
drivers/soc/loongson/loongson2_pm.c
@@
-197,7
+197,6
@@
static int loongson2_pm_probe(struct platform_device *pdev)
static const struct of_device_id loongson2_pm_match[] = {
{ .compatible = "loongson,ls2k0500-pmc", },
- { .compatible = "loongson,ls2k1000-pmc", },
{},
};