mb/google/poppy/variants/atlas: config GPP_D1 as no-connect
This reconfigures the GPP_D1 GPIO pin as a no-connect. It really doesn't go anywhere today or on previous revs of the board. BUG=b:110614620 BRANCH=none TEST=atlas still boots Change-Id: Iea53cf909f8f060c4e0f14e8b4ad579b838b7caa Signed-off-by: Caveh Jalali <caveh@chromium.org> Reviewed-on: https://review.coreboot.org/c/31210 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
parent
8b400b8c64
commit
5aba3a2c06
|
@ -160,8 +160,8 @@ static const struct pad_config gpio_table[] = {
|
|||
|
||||
/* D0 : SPI1_CS# ==> NC */
|
||||
PAD_CFG_NC(GPP_D0),
|
||||
/* D1 : SPI1_CLK ==> TRACKPAD_RESET_1V8_ODL */
|
||||
PAD_CFG_GPO(GPP_D1, 0, DEEP),
|
||||
/* D1 : SPI1_CLK ==> NC */
|
||||
PAD_CFG_NC(GPP_D1),
|
||||
/* D2 : SPI1_MISO ==> NC */
|
||||
PAD_CFG_NC(GPP_D2),
|
||||
/* D3 : SPI1_MOSI ==> NC */
|
||||
|
|
Loading…
Reference in New Issue