Skip to content

Commit e26e788

Browse files
AaronDotarndb
authored andcommitted
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>
1 parent 380054c commit e26e788

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/soc/loongson/loongson2_pm.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ static int loongson2_pm_probe(struct platform_device *pdev)
197197

198198
static const struct of_device_id loongson2_pm_match[] = {
199199
{ .compatible = "loongson,ls2k0500-pmc", },
200-
{ .compatible = "loongson,ls2k1000-pmc", },
201200
{},
202201
};
203202

0 commit comments

Comments
 (0)