Skip to content

Commit

Permalink
soc: loongson: loongson_pm2: Drop useless of_device_id compatible
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Binbin Zhou authored and Arnd Bergmann committed Sep 27, 2023
1 parent 380054c commit e26e788
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/soc/loongson/loongson2_pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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", },
{},
};

Expand Down

0 comments on commit e26e788

Please sign in to comment.