From ba03d8de63c4dd5f10d93727e129383ef7196bde Mon Sep 17 00:00:00 2001 From: V Sowmya Date: Tue, 6 Jun 2017 21:56:53 +0530 Subject: mb/google/poppy: Configure ports and endpoints for sensor and CIO2 devices Bind the camera sensor and CIO2 devices through the ports and endpoints configuration available in _DSD ACPI object. * Port represents an interface in a device. * Endpoint represents a connection to that interface. BUG=b:38326541 BRANCH=none TEST=Build and boot poppy. Dump and verify that the generated DSDT table has the required entries. Change-Id: I6d822165bb9a0cd6f7d4cdcb36333887953110a3 Signed-off-by: V Sowmya Reviewed-on: https://review.coreboot.org/20053 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh --- src/mainboard/google/poppy/dsdt.asl | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/google/poppy/dsdt.asl') diff --git a/src/mainboard/google/poppy/dsdt.asl b/src/mainboard/google/poppy/dsdt.asl index 5008e0521b..b7a8c94bb4 100644 --- a/src/mainboard/google/poppy/dsdt.asl +++ b/src/mainboard/google/poppy/dsdt.asl @@ -50,6 +50,7 @@ DefinitionBlock( } /* MIPI camera */ + #include "acpi/ipu_mainboard.asl" #include "acpi/mipi_camera.asl" /* Chrome OS specific */ -- cgit v1.2.3