From 59f8a506861a11adeac0d1e64f5608feef976293 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Thu, 2 Feb 2023 08:29:08 +0100 Subject: treewide: Remove unuseful "_UID: Unique ID" comment Change-Id: I150a4ed94bcaead6eb45f1c4b4952ae6957e0940 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/72663 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- src/mainboard/intel/tglrvp/acpi/mipi_camera.asl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mainboard/intel/tglrvp') diff --git a/src/mainboard/intel/tglrvp/acpi/mipi_camera.asl b/src/mainboard/intel/tglrvp/acpi/mipi_camera.asl index 8159fa75f5..d4f203122a 100644 --- a/src/mainboard/intel/tglrvp/acpi/mipi_camera.asl +++ b/src/mainboard/intel/tglrvp/acpi/mipi_camera.asl @@ -199,7 +199,7 @@ Scope (\_SB.PCI0.I2C3) Device (CAM0) { Name (_HID, "OVTI8856") - Name (_UID, 0) /* _UID: Unique ID */ + Name (_UID, 0) Name (_DDN, "Ov 8856 Camera") /* _DDN: DOS Device Name */ Method (_STA, 0, NotSerialized) /* _STA: Status */ { @@ -322,7 +322,7 @@ Scope (\_SB.PCI0.I2C3) Device (VCM0) { Name (_HID, "PRP0001") - Name (_UID, 0x03) /* _UID: Unique ID */ + Name (_UID, 0x03) Name (_DDN, "DW9714 VCM") /* _DDN: DOS Device Name */ Method (_STA, 0, NotSerialized) /* _STA: Status */ { @@ -422,7 +422,7 @@ Scope (\_SB.PCI0.I2C5) Device (CAM1) { Name (_HID, "OVTI8856") - Name (_UID, 0) /* _UID: Unique ID */ + Name (_UID, 0) Name (_DDN, "Ov 8856 Camera") /* _DDN: DOS Device Name */ Method (_STA, 0, NotSerialized) /* _STA: Status */ { -- cgit v1.2.3