diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-02-02 08:29:08 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2023-02-17 15:40:36 +0000 |
commit | 59f8a506861a11adeac0d1e64f5608feef976293 (patch) | |
tree | 11ee8a352928aacbac99c511c46dcb4c37990c5a /src/mainboard/intel/tglrvp | |
parent | 2a68cc08d97bca50b3a580108f8fee79c2da2056 (diff) |
treewide: Remove unuseful "_UID: Unique ID" comment
Change-Id: I150a4ed94bcaead6eb45f1c4b4952ae6957e0940
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72663
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/mainboard/intel/tglrvp')
-rw-r--r-- | src/mainboard/intel/tglrvp/acpi/mipi_camera.asl | 6 |
1 files changed, 3 insertions, 3 deletions
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 */ { |