From 6d0c7bc77a7aa7693ece6b44fc41dbae08a12881 Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Tue, 21 Nov 2017 22:25:14 -0800 Subject: mb/google/poppy: Add variant support for camera asl This change adds infrastructure to allow variants to define their own camera.asl file. - Poppy and soraka use the one provided by baseboard. - Dummy file is added for nautilus since it does not have camera support enabled yet. TEST=Verified that DSDT table remains the same with and without this change. Change-Id: I0f0b489e74739aa4708283d58d8b7626b77a89a3 Signed-off-by: Furquan Shaikh Reviewed-on: https://review.coreboot.org/22558 Tested-by: build bot (Jenkins) Reviewed-by: shkim Reviewed-by: Aaron Durbin --- src/mainboard/google/poppy/dsdt.asl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (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 b7a8c94bb4..ec45247b08 100644 --- a/src/mainboard/google/poppy/dsdt.asl +++ b/src/mainboard/google/poppy/dsdt.asl @@ -49,9 +49,8 @@ DefinitionBlock( } } - /* MIPI camera */ - #include "acpi/ipu_mainboard.asl" - #include "acpi/mipi_camera.asl" + /* Camera */ + #include /* Chrome OS specific */ #include -- cgit v1.2.3