drivers/intel/mipi_camera: Add platform_type enum for JSL

Taken from an ACPI dump from a Windows JSL device with MIPI camera.

Change-Id: Ibdb2b148ebfa85c3d4f5af2594b9b8847215e726
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/86863
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
This commit is contained in:
Matt DeVillier 2025-03-15 09:52:10 -05:00
commit 28bb765726

View file

@ -44,6 +44,7 @@ enum intel_camera_platform_type {
PLATFORM_SKC = 9,
PLATFORM_CNL = 10,
PLATFORM_TGL = 12,
PLATFORM_JSL = 14,
PLATFORM_ADL = 15,
PLATFORM_MTL = 16,
PLATFORM_LNL = 17