drivers/intel/mipi_camera: Add more platform_type enums

Add more platform type values. Values sourced from Slimbootloader and
various DSDT dumps on github.

Change-Id: If7ea46aad76dfedf89f764e60d9bf6061f53cbe1
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/86794
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Matt DeVillier 2025-03-10 13:54:13 -05:00
commit 07d5f56db9

View file

@ -40,8 +40,13 @@ enum camera_device_type {
};
enum intel_camera_platform_type {
PLATFORM_BXT = 8,
PLATFORM_SKC = 9,
PLATFORM_CNL = 10
PLATFORM_CNL = 10,
PLATFORM_TGL = 12,
PLATFORM_ADL = 15,
PLATFORM_MTL = 16,
PLATFORM_LNL = 17
};
enum intel_camera_flash_type {