<p>Justin TerAvest has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/25537">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">soc/intel/apollolake: Set GLK LPSS clock to 100MHz<br><br>The LPSS clock speed setting is incorrect for GLK; the value has changed<br>from 133MHz to 100MHz.<br><br>BUG=b:75306520<br>BRANCH=None<br>TEST=Measured SPI communication at intended 1MHz on GLK w/ scope<br><br>Change-Id: I4d6201ca7ba0f0016178aea56243eba90fc570c6<br>Signed-off-by: Justin TerAvest <teravest@chromium.org><br>---<br>M src/soc/intel/apollolake/Kconfig<br>1 file changed, 2 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/37/25537/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/soc/intel/apollolake/Kconfig b/src/soc/intel/apollolake/Kconfig</span><br><span>index fcb1ef7..e9d9c39 100644</span><br><span>--- a/src/soc/intel/apollolake/Kconfig</span><br><span>+++ b/src/soc/intel/apollolake/Kconfig</span><br><span>@@ -161,7 +161,8 @@</span><br><span> </span><br><span> config SOC_INTEL_COMMON_LPSS_CLOCK_MHZ</span><br><span>      int</span><br><span style="color: hsl(0, 100%, 40%);">-     default 133</span><br><span style="color: hsl(120, 100%, 40%);">+   default 133 if !SOC_INTEL_GLK</span><br><span style="color: hsl(120, 100%, 40%);">+ default 100 if SOC_INTEL_GLK</span><br><span> </span><br><span> config DRIVERS_I2C_DESIGNWARE_CLOCK_MHZ</span><br><span>  int</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/25537">change 25537</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/25537"/><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: I4d6201ca7ba0f0016178aea56243eba90fc570c6 </div>
<div style="display:none"> Gerrit-Change-Number: 25537 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Justin TerAvest <teravest@chromium.org> </div>