diff options
author | Subrata Banik <subrata.banik@intel.com> | 2020-10-03 21:04:04 +0530 |
---|---|---|
committer | Subrata Banik <subrata.banik@intel.com> | 2020-10-05 04:00:05 +0000 |
commit | 73968fd14b67a38bf671479c0b55859497649062 (patch) | |
tree | 12c905d20a9f5e734c0f6d223d4c732621811b3b /src/soc/intel/tigerlake/acpi | |
parent | 500c245f3c81baf1908de4caea1052fb60245803 (diff) |
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.asl | 10 |
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 b6d8e8fe01..0000000000 --- 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") - } -} |