aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/poppy/dsdt.asl
diff options
context:
space:
mode:
authorFurquan Shaikh <furquan@chromium.org>2017-11-21 22:25:14 -0800
committerFurquan Shaikh <furquan@google.com>2017-11-29 00:11:26 +0000
commit6d0c7bc77a7aa7693ece6b44fc41dbae08a12881 (patch)
tree06d6285bb427d300dc3d4e1d3de382864da08984 /src/mainboard/google/poppy/dsdt.asl
parentfb15d463d2cfaceb4b45d090525179da20ca6b26 (diff)
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 <furquan@chromium.org> Reviewed-on: https://review.coreboot.org/22558 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: shkim <sh_.kim@samsung.com> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google/poppy/dsdt.asl')
-rw-r--r--src/mainboard/google/poppy/dsdt.asl5
1 files changed, 2 insertions, 3 deletions
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 <variant/acpi/camera.asl>
/* Chrome OS specific */
#include <vendorcode/google/chromeos/acpi/chromeos.asl>