Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Binbin Zhou and committed by
Arnd Bergmann
e26e788a 380054cb

-1
-1
drivers/soc/loongson/loongson2_pm.c
··· 197 197 198 198 static const struct of_device_id loongson2_pm_match[] = { 199 199 { .compatible = "loongson,ls2k0500-pmc", }, 200 - { .compatible = "loongson,ls2k1000-pmc", }, 201 200 {}, 202 201 }; 203 202