Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/45977 )
Change subject: soc/intel/jasperlake: Delete unused ipu.asl ......................................................................
soc/intel/jasperlake: Delete unused ipu.asl
Signed-off-by: Subrata Banik subrata.banik@intel.com Change-Id: I8c7363d442ed40c36fc01dc3608bab864865f29d --- D src/soc/intel/jasperlake/acpi/ipu.asl 1 file changed, 0 insertions(+), 10 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/77/45977/1
diff --git a/src/soc/intel/jasperlake/acpi/ipu.asl b/src/soc/intel/jasperlake/acpi/ipu.asl deleted file mode 100644 index b6d8e8f..0000000 --- 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") - } -}