fsp_baytrail/.../gpio.h: Add GPIO_NC1 for GPIOS on func 1

Hardware / Coreboot - Martin Roth [se-eng.com] - 31 July 2014 17:52 UTC

The GPIO_NC setting sets up the gpio as a no-connect - sets it as an input, and pulls it high. It makes an assumption that the GPIO function is muxing function 0. There are a few GPIOs that are on function 1 instead:
- GPIO_S0_SC[092-93]
- GPIO_S5[11-21] For these GPIOs, use the GPIO_NC1 setting instead of GPIO_NC.

Change-Id: Iac6790b40e87ad4ac9a3b265a8e10662186c1201

aaaef06 fsp_baytrail/.../gpio.h: Add GPIO_NC1 for GPIOS on func 1
src/soc/intel/fsp_baytrail/baytrail/gpio.h | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)

Upstream: review.coreboot.org


  • Share