Commit e26e788a authored by Binbin Zhou's avatar Binbin Zhou Committed by Arnd Bergmann
Browse files

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: default avatarBinbin Zhou <zhoubinbin@loongson.cn>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 380054cb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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", },
	{},
};