<p>Maulik V Vaghela has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/c/coreboot/+/30363">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">mb/google/hatch: Add HPD GPIO support for displays<br><br>Adding hot plug detect GPIO support for external type C display in event for<br>cable connect/disconnect.<br><br>Change-Id: Ie6b24535223faf37d278696a541dbf6764b2234b<br>Signed-off-by: Maulik V Vaghela <maulik.v.vaghela@intel.com><br>---<br>M src/mainboard/google/hatch/variants/hatch/gpio.c<br>1 file changed, 19 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/63/30363/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/mainboard/google/hatch/variants/hatch/gpio.c b/src/mainboard/google/hatch/variants/hatch/gpio.c</span><br><span>index 24535f5..dc4baa1 100644</span><br><span>--- a/src/mainboard/google/hatch/variants/hatch/gpio.c</span><br><span>+++ b/src/mainboard/google/hatch/variants/hatch/gpio.c</span><br><span>@@ -19,6 +19,25 @@</span><br><span> </span><br><span> /* Pad configuration in ramstage */</span><br><span> static const struct pad_config gpio_table[] = {</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  /* E13 : DDPB_HPD0 ==> USB_C0_DP_HPD */</span><br><span style="color: hsl(120, 100%, 40%);">+    PAD_CFG_NF(GPP_E13, NONE, DEEP, NF1),</span><br><span style="color: hsl(120, 100%, 40%);">+ /* E14 : DDPC_HPD1 ==> DDI2_HPD_OPL */</span><br><span style="color: hsl(120, 100%, 40%);">+     PAD_CFG_NF(GPP_E14, NONE, DEEP, NF1),</span><br><span style="color: hsl(120, 100%, 40%);">+ /* E15 : DDPD_HPD2 ==> NC# */</span><br><span style="color: hsl(120, 100%, 40%);">+      PAD_CFG_NC(GPP_E15),</span><br><span style="color: hsl(120, 100%, 40%);">+  /* E16 : DDPE_HPD3 ==> NC# */</span><br><span style="color: hsl(120, 100%, 40%);">+      PAD_CFG_NC(GPP_E16),</span><br><span style="color: hsl(120, 100%, 40%);">+  /* E17 : EDP_HPD */</span><br><span style="color: hsl(120, 100%, 40%);">+   PAD_CFG_NF(GPP_E17, NONE, DEEP, NF1),</span><br><span style="color: hsl(120, 100%, 40%);">+ /* E18: DDPB_CTRLCLK / CNV_BT_HOST_WAKE# ==> NC */</span><br><span style="color: hsl(120, 100%, 40%);">+ PAD_CFG_NC(GPP_E18),</span><br><span style="color: hsl(120, 100%, 40%);">+  /* E20: DDPC_CTRLCLK ==> NC */</span><br><span style="color: hsl(120, 100%, 40%);">+     PAD_CFG_NC(GPP_E20),</span><br><span style="color: hsl(120, 100%, 40%);">+  /* E22: DDPD_CTRLCLK ==> NC */</span><br><span style="color: hsl(120, 100%, 40%);">+     PAD_CFG_NC(GPP_E22),</span><br><span style="color: hsl(120, 100%, 40%);">+  /* H16: DDPF_CTRLCLK  ==> NC */</span><br><span style="color: hsl(120, 100%, 40%);">+    PAD_CFG_NC(GPP_H16),</span><br><span> };</span><br><span> </span><br><span> /* Early pad configuration in bootblock */</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/c/coreboot/+/30363">change 30363</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/c/coreboot/+/30363"/><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-Change-Id: Ie6b24535223faf37d278696a541dbf6764b2234b </div>
<div style="display:none"> Gerrit-Change-Number: 30363 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Maulik V Vaghela <maulik.v.vaghela@intel.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>