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/soc/intel | |
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/soc/intel')
-rw-r--r-- | src/soc/intel/common/block/acpi/acpi/northbridge.asl | 2 | ||||
-rw-r--r-- | src/soc/intel/skylake/acpi/systemagent.asl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/common/block/acpi/acpi/northbridge.asl b/src/soc/intel/common/block/acpi/acpi/northbridge.asl index 65c7588348..d605625bc5 100644 --- a/src/soc/intel/common/block/acpi/acpi/northbridge.asl +++ b/src/soc/intel/common/block/acpi/acpi/northbridge.asl @@ -6,7 +6,7 @@ Name (_HID, EisaId ("PNP0A08") /* PCI Express Bus */) Name (_CID, EisaId ("PNP0A03") /* PCI Bus */) Name (_SEG, 0) // _SEG: PCI Segment -Name (_UID, 0) // _UID: Unique ID +Name (_UID, 0) Device (MCHC) { diff --git a/src/soc/intel/skylake/acpi/systemagent.asl b/src/soc/intel/skylake/acpi/systemagent.asl index 0fdaab9afb..0e5d74f297 100644 --- a/src/soc/intel/skylake/acpi/systemagent.asl +++ b/src/soc/intel/skylake/acpi/systemagent.asl @@ -6,7 +6,7 @@ Name (_HID, EisaId ("PNP0A08") /* PCI Express Bus */) Name (_CID, EisaId ("PNP0A03") /* PCI Bus */) Name (_SEG, 0) // _SEG: PCI Segment -Name (_UID, 0) // _UID: Unique ID +Name (_UID, 0) Device (MCHC) { |