summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorShelley Chen <shchen@chromium.org>2017-04-25 16:05:22 -0700
committerPatrick Georgi <pgeorgi@google.com>2017-04-27 10:15:31 +0200
commitc0f7a1b7d12062595f01442989e4eac2869e5b7a (patch)
treef4c1f396357fd3b266aae5fcd220140fd1ab8f86 /src
parente8365aa283d6f18f124e89f6648d94d481de8cff (diff)
downloadcoreboot-c0f7a1b7d12062595f01442989e4eac2869e5b7a.tar.gz
coreboot-c0f7a1b7d12062595f01442989e4eac2869e5b7a.tar.bz2
coreboot-c0f7a1b7d12062595f01442989e4eac2869e5b7a.zip
google/fizz: Configure HDMI HPD to use native function
BUG=b:37684299, b:35775024 BRANCH=None TEST=reboot and ensure graphics are displayed through HDMI port. Change-Id: I74a664b2d42f55adfa64f292f6ede4c956e16fbf Signed-off-by: Shelley Chen <shchen@chromium.org> Reviewed-on: https://review.coreboot.org/19451 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/google/fizz/gpio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/fizz/gpio.h b/src/mainboard/google/fizz/gpio.h
index 24819d8c53f1..1cd9d53f8e8f 100644
--- a/src/mainboard/google/fizz/gpio.h
+++ b/src/mainboard/google/fizz/gpio.h
@@ -159,8 +159,8 @@ static const struct pad_config gpio_table[] = {
NF1), /* Front USB Ports */
/* USB2_OC3# */ PAD_CFG_NF(GPP_E12, NONE, DEEP,
NF1), /* Rear Single USB Port */
-/* DDPB_HPD0 */ PAD_CFG_GPI_APIC(GPP_E13, NONE,
- PLTRST), /* INT_HDMI_HPD */
+/* DDPB_HPD0 */ PAD_CFG_NF(GPP_E13, NONE, DEEP,
+ NF1), /* INT_HDMI_HPD */
/* DDPC_HPD1 */ PAD_CFG_NF(GPP_E14, NONE, DEEP,
NF1), /* DDI2_HPD */
/* DDPD_HPD2 */ PAD_CFG_NC(GPP_E15), /* TP325 */