summaryrefslogtreecommitdiff
path: root/src/mainboard/intel/kblrvp/dsdt.asl
diff options
context:
space:
mode:
authorV Sowmya <v.sowmya@intel.com>2017-07-18 12:08:13 +0530
committerMartin Roth <martinroth@google.com>2017-07-27 00:31:31 +0000
commit0f307957b419a2099bb128f2cec35a16550e643e (patch)
treec601b39f57e61656eab6ae9507de4bfd70e0318d /src/mainboard/intel/kblrvp/dsdt.asl
parent58eb6346594c07ee470e94c3b00885d0c734d167 (diff)
downloadcoreboot-0f307957b419a2099bb128f2cec35a16550e643e.tar.xz
mainboard/intel/kblrvp: Add MIPI camera support
This patch adds mipi_camera.asl and enables I2C2, I2C3, CIO2 and IMGU devices, * Add TPS68470 PMIC1 and PMIC2 related ACPI objects. * Add OV cameras related ACPI objects. * Add Dongwoon AF DAC related ACPI objects. * SSDB: Sensor specific database for camera sensor. * CAMD: ACPI object to specify the camera device type. KBLRVP has two PMIC's sitting on I2C2 and I2C3. CAM0 and CAM1 power requirements are handled by PMIC1 and PMIC2 respectively. BUG=none BRANCH=none TEST=Build and boot kblrvp. Dump and verify that the generated DSDT table has the required entries. Change-Id: Ibaf26dad74ca1e7c9f415ae75c4ed8558ad99e2f Signed-off-by: V Sowmya <v.sowmya@intel.com> Reviewed-on: https://review.coreboot.org/20661 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/intel/kblrvp/dsdt.asl')
-rw-r--r--src/mainboard/intel/kblrvp/dsdt.asl3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/intel/kblrvp/dsdt.asl b/src/mainboard/intel/kblrvp/dsdt.asl
index 25e6a30a6d..76e9efd36e 100644
--- a/src/mainboard/intel/kblrvp/dsdt.asl
+++ b/src/mainboard/intel/kblrvp/dsdt.asl
@@ -44,6 +44,9 @@ DefinitionBlock(
#include "acpi/dptf.asl"
}
+ /* MIPI camera */
+ #include "acpi/mipi_camera.asl"
+
#if IS_ENABLED(CONFIG_CHROMEOS)
// Chrome OS specific
#include <vendorcode/google/chromeos/acpi/chromeos.asl>