<p>Akshu Agrawal has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/25918">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">soc/amd/stonyridge: Add misc device<br><br>oscout system clock is present in FCH misc device.<br>The kernel acpi misc driver will use the resource to<br>register oscout system clock.<br><br>BUG=b:74570989<br>TEST=Tested clock enable/disable in kernel driver<br><br>Change-Id: Ia90d3abab447fb5d27f454d9d6c33d0b5c3a0f16<br>Signed-off-by: Akshu Agrawal <akshu.agrawal@amd.com><br>---<br>M src/soc/amd/stoneyridge/acpi/sb_fch.asl<br>1 file changed, 13 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/18/25918/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/soc/amd/stoneyridge/acpi/sb_fch.asl b/src/soc/amd/stoneyridge/acpi/sb_fch.asl</span><br><span>index 2ffd951..3a4839e 100644</span><br><span>--- a/src/soc/amd/stoneyridge/acpi/sb_fch.asl</span><br><span>+++ b/src/soc/amd/stoneyridge/acpi/sb_fch.asl</span><br><span>@@ -137,3 +137,16 @@</span><br><span>              Return (0x0F)</span><br><span>        }</span><br><span> }</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+Device (MISC)</span><br><span style="color: hsl(120, 100%, 40%);">+{</span><br><span style="color: hsl(120, 100%, 40%);">+    Name (_HID, "AMD0040")</span><br><span style="color: hsl(120, 100%, 40%);">+      Name (_UID, 0x3)</span><br><span style="color: hsl(120, 100%, 40%);">+      Name (_CRS, ResourceTemplate() {</span><br><span style="color: hsl(120, 100%, 40%);">+              Memory32Fixed(ReadWrite, MISC_MMIO_BASE, 0x1000)</span><br><span style="color: hsl(120, 100%, 40%);">+      })</span><br><span style="color: hsl(120, 100%, 40%);">+    Method (_STA, 0x0, NotSerialized)</span><br><span style="color: hsl(120, 100%, 40%);">+     {</span><br><span style="color: hsl(120, 100%, 40%);">+             Return (0x0F)</span><br><span style="color: hsl(120, 100%, 40%);">+ }</span><br><span style="color: hsl(120, 100%, 40%);">+}</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/25918">change 25918</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/25918"/><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: Ia90d3abab447fb5d27f454d9d6c33d0b5c3a0f16 </div>
<div style="display:none"> Gerrit-Change-Number: 25918 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Akshu Agrawal <akshu.agrawal@amd.com> </div>