aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/acpi
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2020-10-03 20:23:40 +0530
committerSubrata Banik <subrata.banik@intel.com>2020-10-05 03:59:34 +0000
commit415b598742f7e68b9fda30afb5f375f747bbff05 (patch)
tree15311154d10dd29f0adcff4674e385b837b8e178 /src/soc/intel/common/block/acpi
parentd2becae223105b8907e38627bb737d6a521f4c39 (diff)
soc/intel/common/block: Rename IPU ACPI device
IMGU->IPU0 to align with other SoC IPU entires. TEST=Dump and disassemble DSDT on poppy, verify IPU0 device present there. Signed-off-by: Subrata Banik <subrata.banik@intel.com> Change-Id: I803c01f9156a56dbd903b6ba7897cc0f96b0a26a Reviewed-on: https://review.coreboot.org/c/coreboot/+/45976 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/intel/common/block/acpi')
-rw-r--r--src/soc/intel/common/block/acpi/acpi/ipu.asl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/common/block/acpi/acpi/ipu.asl b/src/soc/intel/common/block/acpi/acpi/ipu.asl
index 2380964752..ba1d9af8ab 100644
--- a/src/soc/intel/common/block/acpi/acpi/ipu.asl
+++ b/src/soc/intel/common/block/acpi/acpi/ipu.asl
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* IPU3 input system - Device 05, Function 0 */
-Device (IMGU)
+/* Imaging Unit - Device 05, Function 0 */
+Device (IPU0)
{
Name (_ADR, 0x00050000)
Name (_DDN, "Imaging Unit")