New FW type. Signed-off-by: Jerry Hoemann <[email protected]> --- dmioem.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/dmioem.c b/dmioem.c
index 06c507a..533a03a 100644
--- a/dmioem.c
+++ b/dmioem.c
@@ -367,6 +367,7 @@ static void dmi_hp_216_fw_type(u16 code)
"Ampere System Control Processor (SCP - PMPro+SMPro)",
"Intel CFR information", /* 0x3A */
"OCP cards",
+ "DC-SCM CPLD",
};
if (code < ARRAY_SIZE(type))
--
2.44.0
