summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2020-10-03 20:38:35 +0530
committerSubrata Banik <subrata.banik@intel.com>2020-10-05 03:59:43 +0000
commit500c245f3c81baf1908de4caea1052fb60245803 (patch)
tree8455ae677cce4e43bded207f8d7cad8e09bfc9e4
parent415b598742f7e68b9fda30afb5f375f747bbff05 (diff)
downloadcoreboot-500c245f3c81baf1908de4caea1052fb60245803.tar.gz
coreboot-500c245f3c81baf1908de4caea1052fb60245803.tar.bz2
coreboot-500c245f3c81baf1908de4caea1052fb60245803.zip
soc/intel/jasperlake: Delete unused ipu.asl
Signed-off-by: Subrata Banik <subrata.banik@intel.com> Change-Id: I8c7363d442ed40c36fc01dc3608bab864865f29d Reviewed-on: https://review.coreboot.org/c/coreboot/+/45977 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/soc/intel/jasperlake/acpi/ipu.asl10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/soc/intel/jasperlake/acpi/ipu.asl b/src/soc/intel/jasperlake/acpi/ipu.asl
deleted file mode 100644
index b6d8e8fe01f9..000000000000
--- a/src/soc/intel/jasperlake/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")
- }
-}