<p>Caveh Jalali would like caveh jalali to <strong>review</strong> this change.</p><p><a href="https://review.coreboot.org/27128">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">atlas: enable camera power and release reset<br><br>This is a temporary hack to test camera presence before we have full<br>camera support implemented.  Basically, we can now probe the camera<br>over i2c to verify that it's connected and the camera LED turns on.<br><br>BUG=b:80106316<br>BRANCH=none<br>TEST=camera LED comes on and camera can be probed over i2c.<br><br>Change-Id: Ibaabf6c6f6a1dabaddd2fc47c820e090ca5984a5<br>Signed-off-by: Caveh Jalali <caveh@chromium.org><br>---<br>M src/mainboard/google/poppy/variants/atlas/gpio.c<br>1 file changed, 3 insertions(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/28/27128/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/mainboard/google/poppy/variants/atlas/gpio.c b/src/mainboard/google/poppy/variants/atlas/gpio.c</span><br><span>index 3a7b722..b374265 100644</span><br><span>--- a/src/mainboard/google/poppy/variants/atlas/gpio.c</span><br><span>+++ b/src/mainboard/google/poppy/variants/atlas/gpio.c</span><br><span>@@ -177,7 +177,7 @@</span><br><span>   /* D7  : ISH_I2C1_SDA ==> SPKR_IRQ_L */</span><br><span>   PAD_CFG_GPI_APIC(GPP_D7, NONE, PLTRST),</span><br><span>      /* D8  : ISH_I2C1_SCL ==> EN_CAMERA_PWR */</span><br><span style="color: hsl(0, 100%, 40%);">-   PAD_CFG_GPO(GPP_D8, 0, DEEP),</span><br><span style="color: hsl(120, 100%, 40%);">+ PAD_CFG_GPO(GPP_D8, 1, DEEP),</span><br><span>        /* D9  : ISH_SPI_CS# ==> ISH_SPI_CS_L */</span><br><span>  PAD_CFG_NF_1V8(GPP_D9, NONE, DEEP, NF1),</span><br><span>     /* D10 : ISH_SPI_CLK ==> ISH_SPI_CLK */</span><br><span>@@ -195,9 +195,9 @@</span><br><span>     /* D16 : ISH_UART0_CTS# ==> NC */</span><br><span>         PAD_CFG_NC(GPP_D16),</span><br><span>         /* D17 : DMIC_CLK1 ==> PCH_CAMERA_RESET */</span><br><span style="color: hsl(0, 100%, 40%);">-   PAD_CFG_GPO(GPP_D17, 0, DEEP),</span><br><span style="color: hsl(120, 100%, 40%);">+        PAD_CFG_GPO(GPP_D17, 1, DEEP),</span><br><span>       /* D18 : DMIC_DATA1 ==> PCH_CAMERA_CLOCK_ENABLE */</span><br><span style="color: hsl(0, 100%, 40%);">-   PAD_CFG_GPO(GPP_D18, 0, DEEP),</span><br><span style="color: hsl(120, 100%, 40%);">+        PAD_CFG_GPO(GPP_D18, 1, DEEP),</span><br><span>       /* D19 : DMIC_CLK0 ==> PCH_DMIC_CLK_OUT */</span><br><span>        PAD_CFG_NF(GPP_D19, NONE, DEEP, NF1),</span><br><span>        /* D20 : DMIC_DATA0 ==> PCH_DMIC_DATA_IN */</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/27128">change 27128</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/27128"/><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: Ibaabf6c6f6a1dabaddd2fc47c820e090ca5984a5 </div>
<div style="display:none"> Gerrit-Change-Number: 27128 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Caveh Jalali <caveh@google.com> </div>
<div style="display:none"> Gerrit-Reviewer: caveh jalali <caveh@chromium.org> </div>