[coreboot-gerrit] Change in coreboot[master]: google/fizz: Configure HDMI HPD to use native function

Patrick Georgi (Code Review) gerrit at coreboot.org
Thu Apr 27 10:15:34 CEST 2017


Patrick Georgi has submitted this change and it was merged. ( https://review.coreboot.org/19451 )

Change subject: google/fizz: Configure HDMI HPD to use native function
......................................................................


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 at chromium.org>
Reviewed-on: https://review.coreboot.org/19451
Tested-by: build bot (Jenkins)
Reviewed-by: Furquan Shaikh <furquan at google.com>
---
M src/mainboard/google/fizz/gpio.h
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  build bot (Jenkins): Verified
  Furquan Shaikh: Looks good to me, approved



diff --git a/src/mainboard/google/fizz/gpio.h b/src/mainboard/google/fizz/gpio.h
index 24819d8..1cd9d53 100644
--- a/src/mainboard/google/fizz/gpio.h
+++ b/src/mainboard/google/fizz/gpio.h
@@ -159,8 +159,8 @@
 					   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 */

-- 
To view, visit https://review.coreboot.org/19451
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I74a664b2d42f55adfa64f292f6ede4c956e16fbf
Gerrit-PatchSet: 2
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Shelley Chen <shchen at google.com>
Gerrit-Reviewer: Furquan Shaikh <furquan at google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi at google.com>
Gerrit-Reviewer: build bot (Jenkins)



More information about the coreboot-gerrit mailing list