diff options
Diffstat (limited to 'src/mainboard/google/volteer')
-rw-r--r-- | src/mainboard/google/volteer/variants/baseboard/include/baseboard/acpi/mipi_camera.asl | 8 | ||||
-rw-r--r-- | src/mainboard/google/volteer/variants/voema/include/variant/acpi/mipi_camera.asl | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/mainboard/google/volteer/variants/baseboard/include/baseboard/acpi/mipi_camera.asl b/src/mainboard/google/volteer/variants/baseboard/include/baseboard/acpi/mipi_camera.asl index d8685da80d..c273f83279 100644 --- a/src/mainboard/google/volteer/variants/baseboard/include/baseboard/acpi/mipi_camera.asl +++ b/src/mainboard/google/volteer/variants/baseboard/include/baseboard/acpi/mipi_camera.asl @@ -208,7 +208,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 */ { @@ -365,7 +365,7 @@ Scope (\_SB.PCI0.I2C3) Device (VCM0) { Name (_HID, "PRP0001") - Name (_UID, 0x00) /* _UID: Unique ID */ + Name (_UID, 0x00) Name (_DDN, "DW9768 VCM") /* _DDN: DOS Device Name */ Method (_STA, 0, NotSerialized) /* _STA: Status */ { @@ -411,7 +411,7 @@ Scope (\_SB.PCI0.I2C3) Device (NVM0) { Name (_HID, "PRP0001") - Name (_UID, 0x01) // _UID: Unique ID + Name (_UID, 0x01) Name (_DDN, "AT24 EEPROM") // _DDN: DOS Device Name Method (_STA, 0, NotSerialized) // _STA: Status { @@ -534,7 +534,7 @@ Scope (\_SB.PCI0.I2C2) Device (CAM1) { Name (_HID, "INT3474") - Name (_UID, 0) /* _UID: Unique ID */ + Name (_UID, 0) Name (_DDN, "Ov 2740 Camera") /* _DDN: DOS Device Name */ Method (_STA, 0, NotSerialized) /* _STA: Status */ { diff --git a/src/mainboard/google/volteer/variants/voema/include/variant/acpi/mipi_camera.asl b/src/mainboard/google/volteer/variants/voema/include/variant/acpi/mipi_camera.asl index 290d2b67ad..e98cd6031c 100644 --- a/src/mainboard/google/volteer/variants/voema/include/variant/acpi/mipi_camera.asl +++ b/src/mainboard/google/volteer/variants/voema/include/variant/acpi/mipi_camera.asl @@ -158,7 +158,7 @@ Scope (\_SB.PCI0.I2C2) Device (CAM1) { Name (_HID, "INT3474") - Name (_UID, 0) /* _UID: Unique ID */ + Name (_UID, 0) Name (_DDN, "Ov 2740 Camera") /* _DDN: DOS Device Name */ Method (_STA, 0, NotSerialized) /* _STA: Status */ { @@ -274,7 +274,7 @@ Scope (\_SB.PCI0.I2C2) Device (NVM0) { Name (_HID, "PRP0001") - Name (_UID, 0x01) // _UID: Unique ID + Name (_UID, 0x01) Name (_DDN, "AT24 EEPROM") // _DDN: DOS Device Name Method (_STA, 0, NotSerialized) // _STA: Status { |