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@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)