diff mbox series

[v1,1/2] mfd: intel-m10-bmc: add d5005 bmc secure update driver

Message ID 20220902165706.518074-2-russell.h.weight@intel.com (mailing list archive)
State New
Headers show
Series fpga: dfl: support d5005 secure updates | expand

Commit Message

Russ Weight Sept. 2, 2022, 4:57 p.m. UTC
Add the D5005 BMC secure update driver to the MAX10 BMC driver
for D5005 devices.

Signed-off-by: Russ Weight <russell.h.weight@intel.com>
---
 drivers/mfd/intel-m10-bmc.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Lee Jones Sept. 8, 2022, 9:32 a.m. UTC | #1
On Fri, 02 Sep 2022, Russ Weight wrote:

> Add the D5005 BMC secure update driver to the MAX10 BMC driver
> for D5005 devices.
> 
> Signed-off-by: Russ Weight <russell.h.weight@intel.com>
> ---
>  drivers/mfd/intel-m10-bmc.c | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks.
diff mbox series

Patch

diff --git a/drivers/mfd/intel-m10-bmc.c b/drivers/mfd/intel-m10-bmc.c
index f4d0d72573c8..7e3319e5b22f 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[] = {