mb/intel/tglrvp: pin mux for image clocks

pin mux for IMGCLKOUT_0 and IMGCLKOUT_1

BUG=none
BRANCH=none
TEST=Build and boot to OS and check pinctl driver to check pin mux for
Image clocks pins(GPP_D4, GPP_H20)

Signed-off-by: Wonkyu Kim <wonkyu.kim@intel.com>
Change-Id: Ifb0c2b17dd481ef6c19bdf9ee84f47ef08d7b9a1
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38563
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nick Vaccaro <nvaccaro@google.com>
This commit is contained in:
Wonkyu Kim 2020-01-24 17:31:51 -08:00 committed by Patrick Georgi
parent e0cd2eb6d3
commit 03b20350e3
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@ static const struct pad_config gpio_table[] = {
PAD_CFG_GPO(GPP_C15, 0, PLTRST), PAD_CFG_GPO(GPP_C15, 0, PLTRST),
PAD_CFG_GPO(GPP_R6, 0, PLTRST), PAD_CFG_GPO(GPP_R6, 0, PLTRST),
PAD_CFG_GPO(GPP_H12, 0, PLTRST), PAD_CFG_GPO(GPP_H12, 0, PLTRST),
/* Image clock: IMGCLKOUT_0, IMGCLKOUT_1 */
PAD_CFG_NF(GPP_D4, NONE, PLTRST, NF1),
PAD_CFG_NF(GPP_H20, NONE, PLTRST, NF1),
}; };
/* Early pad configuration in bootblock */ /* Early pad configuration in bootblock */