mb/google/poppy: Add Image Processing Unit ASL

This patch includes ipu.asl file in the main DSDT definition
to add ACPI entries for IMGU and CIO2 devices.

BUG=b:36580624
BRANCH=none
TEST=Build and boot poppy. Dump and verify that DSDT table
has the entries for IMGU and CIO2 devices.

Change-Id: Ib7485315cb9468da7c6aa090862657a265121493
Signed-off-by: Sowmya V <v.sowmya@intel.com>
Signed-off-by: Rizwan Qureshi <rizwan.qureshi@intel.com>
Reviewed-on: https://review.coreboot.org/19110
Tested-by: build bot (Jenkins)
Reviewed-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com>
Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
Sowmya 2017-04-04 22:50:43 +05:30 committed by Martin Roth
parent 929f5e955e
commit fa7d0a857d
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@ DefinitionBlock(
} }
Device (PCI0) Device (PCI0)
{ {
/* Image processing unit */
#include <soc/intel/skylake/acpi/ipu.asl>
#include <soc/intel/skylake/acpi/systemagent.asl> #include <soc/intel/skylake/acpi/systemagent.asl>
#include <soc/intel/skylake/acpi/pch.asl> #include <soc/intel/skylake/acpi/pch.asl>
} }