mb/siemens/mc_ehl2: Fix GPIO settings
With the latest hardware revision, the two GPIOs GPP_B15 and GPP_E19 are no longer connected to a native function. BUG=none TEST=Checked output verbose GPIO debug messages Change-Id: I266612f041b749aa83b366497b4211fc075c7bd7 Signed-off-by: Mario Scheithauer <mario.scheithauer@siemens.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/73341 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jan Samek <jan.samek@siemens.com> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
This commit is contained in:
parent
c83c958775
commit
fd8664e178
|
@ -14,7 +14,7 @@ static const struct pad_config gpio_table[] = {
|
||||||
PAD_NC(GPP_B10, NONE), /* Not connected */
|
PAD_NC(GPP_B10, NONE), /* Not connected */
|
||||||
PAD_CFG_NF(GPP_B11, NONE, PLTRST, NF1), /* PMC_ALERT_N */
|
PAD_CFG_NF(GPP_B11, NONE, PLTRST, NF1), /* PMC_ALERT_N */
|
||||||
PAD_NC(GPP_B14, NONE), /* Not connected */
|
PAD_NC(GPP_B14, NONE), /* Not connected */
|
||||||
PAD_CFG_NF(GPP_B15, NONE, PLTRST, NF5), /* ESPI_CS1_N */
|
PAD_NC(GPP_B15, NONE), /* Not connected */
|
||||||
PAD_NC(GPP_B18, NONE), /* Not connected */
|
PAD_NC(GPP_B18, NONE), /* Not connected */
|
||||||
PAD_NC(GPP_B19, NONE), /* Not connected */
|
PAD_NC(GPP_B19, NONE), /* Not connected */
|
||||||
PAD_NC(GPP_B23, NONE), /* Not connected */
|
PAD_NC(GPP_B23, NONE), /* Not connected */
|
||||||
|
@ -134,7 +134,7 @@ static const struct pad_config gpio_table[] = {
|
||||||
PAD_NC(GPP_E15, NONE), /* Not connected */
|
PAD_NC(GPP_E15, NONE), /* Not connected */
|
||||||
PAD_NC(GPP_E16, NONE), /* Not connected */
|
PAD_NC(GPP_E16, NONE), /* Not connected */
|
||||||
PAD_NC(GPP_E18, NONE), /* Not connected */
|
PAD_NC(GPP_E18, NONE), /* Not connected */
|
||||||
PAD_CFG_NF(GPP_E19, NONE, DEEP, NF1), /* DDI0_DDC_SCL */
|
PAD_NC(GPP_E19, NONE), /* Not connected */
|
||||||
PAD_NC(GPP_E23, NONE), /* Not connected */
|
PAD_NC(GPP_E23, NONE), /* Not connected */
|
||||||
|
|
||||||
/* Community 5 - GpioGroup GPP_R */
|
/* Community 5 - GpioGroup GPP_R */
|
||||||
|
|
Loading…
Reference in New Issue