aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/poppy/variants/atlas/include/variant/acpi/camera.asl
diff options
context:
space:
mode:
authorChen, Ping-chung <ping-chung.chen@intel.com>2018-07-04 15:19:39 +0800
committerPatrick Georgi <pgeorgi@google.com>2018-07-17 11:40:10 +0000
commit51962d3f139d7152adaff6fded492137c280a61b (patch)
treef6ef29f3cd54a270ced6266c6943cc3250b02755 /src/mainboard/google/poppy/variants/atlas/include/variant/acpi/camera.asl
parent30b7c31547d68d5a327dc8924b9cc928300224f3 (diff)
mb/google/atlas: Add MIPI camera ASL files
Atlas has one sensor, create a single endpoint to CIO2. Create power resource for enabling/disabling camera. BUG=b:111141128 Branch=None TEST=Testing on Atlas board Change-Id: Ide0e923bbc34f869dd0227c0a29977645bc5d58d Signed-off-by: Ping-Chung Chen <ping-chung.chen@intel.com> Signed-off-by: Rizwan Qureshi <rizwan.qureshi@intel.com> Reviewed-on: https://review.coreboot.org/27350 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Andy Yeh <andy.yeh@intel.com> Reviewed-by: Rajmohan Mani <rajmohan.mani@intel.com>
Diffstat (limited to 'src/mainboard/google/poppy/variants/atlas/include/variant/acpi/camera.asl')
-rw-r--r--src/mainboard/google/poppy/variants/atlas/include/variant/acpi/camera.asl18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/mainboard/google/poppy/variants/atlas/include/variant/acpi/camera.asl b/src/mainboard/google/poppy/variants/atlas/include/variant/acpi/camera.asl
new file mode 100644
index 0000000000..d7ca972606
--- /dev/null
+++ b/src/mainboard/google/poppy/variants/atlas/include/variant/acpi/camera.asl
@@ -0,0 +1,18 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2018 Google Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ */
+
+#include "ipu_mainboard.asl"
+#include "ipu_endpoints.asl"
+#include "cam0.asl"