ichspi: Add Intel Wildcat Lake support

Looks the same as Panther Lake except no 80 MHz options in the
SPI guide nor the MFIT tool.

Change-Id: I9d922687e5995ed34c9e8aee298554e976adfe0a
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.sourcearcade.org/c/flashprog/+/403
diff --git a/chipset_enable.c b/chipset_enable.c
index 3e19ab8..f92afb5 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -2318,6 +2318,7 @@
 	{0x8086, 0xae23,   ANY_REV, B_S,    NT,  "Intel", "Arrow Lake-S/HX",		enable_flash_arl},
 	{0x8086, 0xe323,   ANY_REV, B_S,    NT,  "Intel", "Panther Lake 404/H12Xe",	enable_flash_ptl},
 	{0x8086, 0xe423,   ANY_REV, B_S,    NT,  "Intel", "Panther Lake H",		enable_flash_ptl},
+	{0x8086, 0x4d23,   ANY_REV, B_S,    NT,  "Intel", "Wildcat Lake",		enable_flash_ptl},
 #endif
 	{0},
 };