<p>Matt Delco has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/27604">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">ec/google/chromeec: de-dup a _UID<br><br>There's two instances od _UID 1 for PNP0C02.  This change moves the<br>more system-specific instance of the two to a higher number. I<br>believe these are the 4 I'm seeing.<br><br>soc/intel/skylake/acpi/systemagent.asl<br>Device (PDRC)<br>       Name (_HID, EISAID ("PNP0C02"))<br>     Name (_UID, 1)<br><br>soc/intel/skylake/acpi/lpc.asl<br>Device (LDRC)<br>       Name (_HID, EISAID ("PNP0C02"))<br>     Name (_UID, 2)<br><br>ec/google/chromeec/acpi/superio.asl<br>Device (ECMM) {<br>        Name (_HID, EISAID ("PNP0C02"))<br>     Name (_UID, 1)<br><br>ec/google/chromeec/acpi/superio.asl<br>Device (ECUI) {<br>        Name (_HID, EISAID ("PNP0C02"))<br>     Name (_UID, 3)<br><br>Change-Id: I2b0f1064726a1fa3940ccfb2a4627c79a26684e4<br>Signed-off-by: Matt Delco <delco@chromium.org><br>---<br>M src/ec/google/chromeec/acpi/superio.asl<br>1 file changed, 1 insertion(+), 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/04/27604/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/ec/google/chromeec/acpi/superio.asl b/src/ec/google/chromeec/acpi/superio.asl</span><br><span>index 7cd6523..8faabee 100644</span><br><span>--- a/src/ec/google/chromeec/acpi/superio.asl</span><br><span>+++ b/src/ec/google/chromeec/acpi/superio.asl</span><br><span>@@ -39,7 +39,7 @@</span><br><span> #ifdef SIO_EC_MEMMAP_ENABLE</span><br><span>    Device (ECMM) {</span><br><span>              Name (_HID, EISAID ("PNP0C02"))</span><br><span style="color: hsl(0, 100%, 40%);">-               Name (_UID, 1)</span><br><span style="color: hsl(120, 100%, 40%);">+                Name (_UID, 4)</span><br><span>               Name (_ADR, 0)</span><br><span> </span><br><span>           Method (_STA, 0, NotSerialized) {</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/27604">change 27604</a>. To unsubscribe, or for help writing mail filters, 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/27604"/><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: I2b0f1064726a1fa3940ccfb2a4627c79a26684e4 </div>
<div style="display:none"> Gerrit-Change-Number: 27604 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Matt Delco <delco@chromium.org> </div>