kohaku: Set GPP_A10 to NC
Setting GPP_A10 to NC now that older boards are deprecated and this GPIO is not in use anymore. BUG=b:142056166 BRANCH=hatch TEST=./util/abuild/abuild -p none -t google/hatch -x -a Change-Id: If8a249a3dcba90bb4ccb5e3f02595e680f789f93 Signed-off-by: Shelley Chen <shchen@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36869 Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
e32d16f9d7
commit
bcd1d1c32e
|
@ -23,8 +23,8 @@ static const struct pad_config gpio_table[] = {
|
||||||
PAD_NC(GPP_A0, NONE),
|
PAD_NC(GPP_A0, NONE),
|
||||||
/* A6 : SERIRQ ==> NC */
|
/* A6 : SERIRQ ==> NC */
|
||||||
PAD_NC(GPP_A6, NONE),
|
PAD_NC(GPP_A6, NONE),
|
||||||
/* A10 : PEN_RESET_ODL for old revision devices */
|
/* A10 : GPP_A10 ==> NC */
|
||||||
PAD_CFG_GPO(GPP_A10, 1, DEEP),
|
PAD_NC(GPP_A10, NONE),
|
||||||
/* A16 : EMR_GARAGE_DET (notification) */
|
/* A16 : EMR_GARAGE_DET (notification) */
|
||||||
PAD_CFG_GPI_GPIO_DRIVER(GPP_A16, NONE, PLTRST),
|
PAD_CFG_GPI_GPIO_DRIVER(GPP_A16, NONE, PLTRST),
|
||||||
/* A17 : PIRQA# ==> NC */
|
/* A17 : PIRQA# ==> NC */
|
||||||
|
|
Loading…
Reference in New Issue