diff options
author | V Sowmya <v.sowmya@intel.com> | 2017-05-05 14:39:04 +0530 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-06-19 20:51:28 +0200 |
commit | 23e88910cf8fc3eae19d88d4822a1e0e0dfb0582 (patch) | |
tree | ca615ae23c081c37fca54b71cce0e5d3a8b31624 /src/mainboard/google/poppy/dsdt.asl | |
parent | 5dc153885b9ed84f9c8442693c7764d22bc33cde (diff) |
mb/google/poppy: Add MIPI camera support.
This patch adds mipi_camera.asl,
* Add TPS68470 PMIC 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.
BUG=b:38326541
BRANCH=none
TEST=Build and boot poppy. Dump and verify that the generated DSDT table
has the required entries.
Change-Id: If32a2a8313488d2f50aad3feaa79e17b1d06c80f
Signed-off-by: V Sowmya <v.sowmya@intel.com>
Signed-off-by: Rizwan Qureshi <rizwan.qureshi@intel.com>
Reviewed-on: https://review.coreboot.org/19621
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/google/poppy/dsdt.asl')
-rw-r--r-- | src/mainboard/google/poppy/dsdt.asl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/poppy/dsdt.asl b/src/mainboard/google/poppy/dsdt.asl index 55ca5d9662..5008e0521b 100644 --- a/src/mainboard/google/poppy/dsdt.asl +++ b/src/mainboard/google/poppy/dsdt.asl @@ -49,6 +49,9 @@ DefinitionBlock( } } + /* MIPI camera */ + #include "acpi/mipi_camera.asl" + /* Chrome OS specific */ #include <vendorcode/google/chromeos/acpi/chromeos.asl> |