From: Russ Weight Date: Fri, 2 Sep 2022 16:57:05 +0000 (-0700) Subject: mfd: intel-m10-bmc: Add d5005 bmc secure update driver X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6a96f6c132f2a9bdd80bbe4cd8adee565f8af377;p=linux.git mfd: intel-m10-bmc: Add d5005 bmc secure update driver Add the D5005 BMC secure update driver to the MAX10 BMC driver for D5005 devices. Signed-off-by: Russ Weight Signed-off-by: Lee Jones Link: https://lore.kernel.org/r/20220902165706.518074-2-russell.h.weight@intel.com --- diff --git a/drivers/mfd/intel-m10-bmc.c b/drivers/mfd/intel-m10-bmc.c index f4d0d72573c88..7e3319e5b22ff 100644 --- a/drivers/mfd/intel-m10-bmc.c +++ b/drivers/mfd/intel-m10-bmc.c @@ -21,6 +21,7 @@ enum m10bmc_type { static struct mfd_cell m10bmc_d5005_subdevs[] = { { .name = "d5005bmc-hwmon" }, + { .name = "d5005bmc-sec-update" } }; static struct mfd_cell m10bmc_pacn3000_subdevs[] = {