forked from Minki/linux
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 <russell.h.weight@intel.com> Signed-off-by: Lee Jones <lee@kernel.org> Link: https://lore.kernel.org/r/20220902165706.518074-2-russell.h.weight@intel.com
This commit is contained in:
parent
2002d60dcf
commit
6a96f6c132
@ -21,6 +21,7 @@ enum m10bmc_type {
|
|||||||
|
|
||||||
static struct mfd_cell m10bmc_d5005_subdevs[] = {
|
static struct mfd_cell m10bmc_d5005_subdevs[] = {
|
||||||
{ .name = "d5005bmc-hwmon" },
|
{ .name = "d5005bmc-hwmon" },
|
||||||
|
{ .name = "d5005bmc-sec-update" }
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct mfd_cell m10bmc_pacn3000_subdevs[] = {
|
static struct mfd_cell m10bmc_pacn3000_subdevs[] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user