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:
parent
53b53ddd1c
commit
07d5f56db9
1 changed files with 6 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue