summaryrefslogtreecommitdiff
path: root/Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/PlatformSsdt/PlatformSsdt.asl
diff options
context:
space:
mode:
authorTeemu Rytkonen <teemu.s.rytkonen@intel.com>2018-01-13 02:46:01 +0800
committerGuo Mang <mang.guo@intel.com>2018-01-15 13:24:35 +0800
commit0550465fbefe8593424485645732be700fe641e0 (patch)
treec837345bfe020d484d419135945d73004182f543 /Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/PlatformSsdt/PlatformSsdt.asl
parentcb74d26ffa526f4ea8a8b561aef914682cdf45a6 (diff)
downloadedk2-platforms-0550465fbefe8593424485645732be700fe641e0.tar.xz
Add support for Sony camera imx219
Adds support for two ACPI entries for imx219 as front and back camera of IPU. Both camera entries can be configured from the Front, Back camera of the BIOS menu settings. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Teemu Rytkonen <teemu.s.rytkonen@intel.com> Reviewed-by: zwei4 <david.wei@intel.com>
Diffstat (limited to 'Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/PlatformSsdt/PlatformSsdt.asl')
-rw-r--r--Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/PlatformSsdt/PlatformSsdt.asl3
1 files changed, 3 insertions, 0 deletions
diff --git a/Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/PlatformSsdt/PlatformSsdt.asl b/Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/PlatformSsdt/PlatformSsdt.asl
index 9cd50ae7f4..b86baf3571 100644
--- a/Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/PlatformSsdt/PlatformSsdt.asl
+++ b/Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/PlatformSsdt/PlatformSsdt.asl
@@ -26,6 +26,7 @@ DefinitionBlock (
External(\_SB.PCI0.I2C3, DeviceObj)
External(\_SB.PCI0.I2C4, DeviceObj)
External(\_SB.PCI0.I2C5, DeviceObj)
+ External(\_SB.PCI0.I2C6, DeviceObj)
External(\_SB.PCI0.I2C7, DeviceObj)
External(\_SB.PCI0.URT1, DeviceObj)
External(\_SB.PCI0.URT2, DeviceObj)
@@ -52,6 +53,8 @@ DefinitionBlock (
include ("Camera/Camera_INT3471.asl")
include ("Camera/Camera_INT3474.asl")
include ("Camera/Camera_Sony214A.asl")
+ include ("Camera/Camera_Sony219A.asl")
+ include ("Camera/Camera_Sony219B.asl")
include ("Camera/Flash_TPS61311.asl")
}