<p>V Sowmya has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21508">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">mb/google/poppy: Modify the HID and add DSD for VCM device<br><br>Modify the HID to align with ACPI spec and add the DSD<br>object for the device tree support in kernel which will<br>probe the DW9714 device based on the PRP0001 HID.<br><br>BUG=none<br>BRANCH=none<br>TEST=Build and boot soraka. Verified that the VCM device<br>probe is successful.<br><br>Change-Id: Ic4a59dd2027267fbd3837fcd7dbc00551a69f7d6<br>Signed-off-by: V Sowmya <v.sowmya@intel.com><br>---<br>M src/mainboard/google/poppy/acpi/mipi_camera.asl<br>1 file changed, 8 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/08/21508/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/mainboard/google/poppy/acpi/mipi_camera.asl b/src/mainboard/google/poppy/acpi/mipi_camera.asl<br>index 3cf4ec0..0732abb 100644<br>--- a/src/mainboard/google/poppy/acpi/mipi_camera.asl<br>+++ b/src/mainboard/google/poppy/acpi/mipi_camera.asl<br>@@ -703,7 +703,7 @@<br> <br>      Device (VCM0)<br>         {<br>-            Name (_HID, "DWDWD000")  /* _HID: Hardware ID */<br>+           Name (_HID, "PRP0001") /* _HID: Hardware ID */<br>              Name (_UID, Zero)  /* _UID: Unique ID */<br>              Name (_DDN, "Dongwoon AF DAC") /* _DDN: DOS Device Name */<br>          Name (CAMD, 0x03)<br>@@ -722,6 +722,13 @@<br>                               )<br>             })<br> <br>+                Name (_DSD, Package () {<br>+                     ToUUID ("daffd814-6eba-4d8c-8a91-bc9bbf4aa301"),<br>+                   Package () {<br>+                         Package () { "compatible", "dongwoon,dw9714" },<br>+                  }<br>+            })<br>+<br>                 Name (_PR0, Package () { ^PMIC.VCMP })<br>                Name (_PR3, Package () { ^PMIC.VCMP })<br>        }<br></pre><p>To view, visit <a href="https://review.coreboot.org/21508">change 21508</a>. To unsubscribe, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/21508"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ic4a59dd2027267fbd3837fcd7dbc00551a69f7d6 </div>
<div style="display:none"> Gerrit-Change-Number: 21508 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: V Sowmya <v.sowmya@intel.com> </div>