diff options
author | 2023-08-31 19:43:13 +0800 | |
---|---|---|
committer | 2023-09-27 11:05:19 +0200 | |
commit | e26e788a2a0be414397ced9cc8e462e6baa497c6 (patch) | |
tree | 4b2e9aca689d18414ef415f730a87aa6dab7fbba | |
parent | dt-bindings: soc: loongson,ls2k-pmc: Use fallbacks for ls2k-pmc compatible (diff) | |
download | wireguard-linux-e26e788a2a0be414397ced9cc8e462e6baa497c6.tar.xz wireguard-linux-e26e788a2a0be414397ced9cc8e462e6baa497c6.zip |
soc: loongson: loongson_pm2: Drop useless of_device_id compatible
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>
Diffstat (limited to '')
-rw-r--r-- | drivers/soc/loongson/loongson2_pm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/soc/loongson/loongson2_pm.c b/drivers/soc/loongson/loongson2_pm.c index 796add6e8b63..5ffb77afd9eb 100644 --- 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", }, {}, }; |