summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/tigerlake/acpi
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2020-10-03 21:04:04 +0530
committerSubrata Banik <subrata.banik@intel.com>2020-10-05 04:00:05 +0000
commit73968fd14b67a38bf671479c0b55859497649062 (patch)
tree12c905d20a9f5e734c0f6d223d4c732621811b3b /src/soc/intel/tigerlake/acpi
parent500c245f3c81baf1908de4caea1052fb60245803 (diff)
downloadcoreboot-73968fd14b67a38bf671479c0b55859497649062.tar.gz
coreboot-73968fd14b67a38bf671479c0b55859497649062.tar.bz2
coreboot-73968fd14b67a38bf671479c0b55859497649062.zip
mb/{google,intel}/{volteer,tglrvp}: Refer to common IPU ASL
Delete SoC local copy of ipu.asl and refer from common block ipu.asl TEST=Dump and disassemble DSDT on tglrvp, verify IPU0 device present there. Signed-off-by: Subrata Banik <subrata.banik@intel.com> Change-Id: I6a0f8a919092f7bbcd64d4791746d30fdee33894 Reviewed-on: https://review.coreboot.org/c/coreboot/+/45978 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/intel/tigerlake/acpi')
-rw-r--r--src/soc/intel/tigerlake/acpi/ipu.asl10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/soc/intel/tigerlake/acpi/ipu.asl b/src/soc/intel/tigerlake/acpi/ipu.asl
deleted file mode 100644
index b6d8e8fe01f9..000000000000
--- a/src/soc/intel/tigerlake/acpi/ipu.asl
+++ /dev/null
@@ -1,10 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-Scope (\_SB.PCI0)
-{
- Device (IPU0)
- {
- Name (_ADR, 0x00050000)
- Name (_DDN, "Camera and Imaging Subsystem")
- }
-}