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>
This commit is contained in:
Binbin Zhou 2023-08-31 19:43:13 +08:00 committed by Arnd Bergmann
parent 380054cb05
commit e26e788a2a
1 changed files with 0 additions and 1 deletions

View File

@ -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", },
{},
};