chipset_enable: Add PCI ID for Raptor Lake S

The ID was found in [1].

[1] Intel(r) 700 Series Chipset Family Platform Controller Hub
    Datasheet, Volume 1 of 2
    Doc. No.: 743835, Rev.: 002

Change-Id: Iea4c6e856d2f153cef4906c7febbe895d958edae
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/flashrom-stable/+/73484
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
diff --git a/chipset_enable.c b/chipset_enable.c
index da17689..53df730 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -2215,6 +2215,7 @@
 	{0x8086, 0x438b,   ANY_REV, B_S,    DEP, "Intel", "HM570",			enable_flash_pch500},
 	{0x8086, 0x51a4,   ANY_REV, B_S,    DEP, "Intel", "Alder Lake-P",		enable_flash_pch500},
 	{0x8086, 0x54a4,   ANY_REV, B_S,    DEP, "Intel", "Alder Lake-N",		enable_flash_pch500},
+	{0x8086, 0x7a24,   ANY_REV, B_S,    NT,  "Intel", "Raptor Lake-S",		enable_flash_pch500},
 	{0x8086, 0x7aa4,   ANY_REV, B_S,    NT,  "Intel", "Alder Lake-S",		enable_flash_pch500},
 #endif
 	{0},