mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: 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: I6b5eab07c7fe653f12239af560828ff23cf5426f
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: c0f7a1b7d1
Original-Change-Id: I74a664b2d42f55adfa64f292f6ede4c956e16fbf
Original-Signed-off-by: Shelley Chen <shchen@chromium.org>
Original-Reviewed-on: https://review.coreboot.org/19451
Original-Tested-by: build bot (Jenkins)
Original-Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://chromium-review.googlesource.com/490069
Commit-Ready: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
parent
cd9a18c1a6
commit
cee280f2e8
1 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue