mfd: intel-m10-bmc: Rename n3000bmc-secure driver
authorRuss Weight <russell.h.weight@intel.com>
Mon, 6 Jun 2022 16:00:34 +0000 (09:00 -0700)
committerXu Yilun <yilun.xu@intel.com>
Wed, 8 Jun 2022 09:04:19 +0000 (17:04 +0800)
The n3000bmc-secure driver has changed to n3000bmc-sec-update. Update
the name in the list of the intel-m10-bmc sub-drivers.

Tested-by: Tianfei Zhang <tianfei.zhang@intel.com>
Signed-off-by: Russ Weight <russell.h.weight@intel.com>
Acked-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20220606160038.846236-2-russell.h.weight@intel.com
Signed-off-by: Xu Yilun <yilun.xu@intel.com>
drivers/mfd/intel-m10-bmc.c

index 8db3bcf5fccced7750799d6324fadce90b11657a..f4d0d72573c883c759cfa55f775a3e37c2134401 100644 (file)
@@ -26,7 +26,7 @@ static struct mfd_cell m10bmc_d5005_subdevs[] = {
 static struct mfd_cell m10bmc_pacn3000_subdevs[] = {
        { .name = "n3000bmc-hwmon" },
        { .name = "n3000bmc-retimer" },
-       { .name = "n3000bmc-secure" },
+       { .name = "n3000bmc-sec-update" },
 };
 
 static struct mfd_cell m10bmc_n5010_subdevs[] = {