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:
parent
95cc23be9c
commit
28bb765726
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue