[coreboot-gerrit] Change in coreboot[master]: mb/google/poppy: Modify the HID for VCM device

V Sowmya (Code Review) gerrit at coreboot.org
Thu Sep 14 12:43:39 CEST 2017


V Sowmya has uploaded this change for review. ( https://review.coreboot.org/21535


Change subject: mb/google/poppy: Modify the HID for VCM device
......................................................................

mb/google/poppy: Modify the HID for VCM device

Modify the HID to align with ACPI specification.

BUG=b:65423422
BRANCH=none
CQ-DEPEND=CL:654383
TEST=Build and boot soraka. Verified that the VCM device
probe is successful.

Change-Id: I9802e54838b74ba3c580fb68ad6843db974b348c
Signed-off-by: V Sowmya <v.sowmya at intel.com>
---
M src/mainboard/google/poppy/acpi/mipi_camera.asl
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/35/21535/1

diff --git a/src/mainboard/google/poppy/acpi/mipi_camera.asl b/src/mainboard/google/poppy/acpi/mipi_camera.asl
index 135b4e6..f6a9ea3 100644
--- a/src/mainboard/google/poppy/acpi/mipi_camera.asl
+++ b/src/mainboard/google/poppy/acpi/mipi_camera.asl
@@ -703,7 +703,7 @@
 
 	Device (VCM0)
 	{
-		Name (_HID, "DWDWD000")  /* _HID: Hardware ID */
+		Name (_HID, "PRP0001")  /* _HID: Hardware ID */
 		Name (_UID, Zero)  /* _UID: Unique ID */
 		Name (_DDN, "Dongwoon AF DAC") /* _DDN: DOS Device Name */
 		Name (CAMD, 0x03)

-- 
To view, visit https://review.coreboot.org/21535
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9802e54838b74ba3c580fb68ad6843db974b348c
Gerrit-Change-Number: 21535
Gerrit-PatchSet: 1
Gerrit-Owner: V Sowmya <v.sowmya at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170914/a4761005/attachment.html>


More information about the coreboot-gerrit mailing list