Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/69426 )
Change subject: mb/google/rex: Remove `LOCK` config for SOC_WP_OD ......................................................................
mb/google/rex: Remove `LOCK` config for SOC_WP_OD
This patch removes lock configuration for GPP_H10, used for SOC_WP_OD.
BUG=b:258048687 TEST=Able to build and boot Google, Rex.
Signed-off-by: Subrata Banik subratabanik@google.com Change-Id: Ia502310a6de4b51a8ebff250f35c457d92b7c806 --- M src/mainboard/google/rex/variants/rex0/gpio.c 1 file changed, 18 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/26/69426/1
diff --git a/src/mainboard/google/rex/variants/rex0/gpio.c b/src/mainboard/google/rex/variants/rex0/gpio.c index c90c0c1..1e658693 100644 --- a/src/mainboard/google/rex/variants/rex0/gpio.c +++ b/src/mainboard/google/rex/variants/rex0/gpio.c @@ -310,7 +310,7 @@ /* GPP_H09 : [] ==> UART_SOC_TX_DBG_RX_R */ PAD_CFG_NF(GPP_H09, NONE, DEEP, NF1), /* GPP_H10 : [] ==> SOC_WP_OD */ - PAD_CFG_GPI_GPIO_DRIVER_LOCK(GPP_H10, NONE, LOCK_CONFIG), + PAD_CFG_GPI_GPIO_DRIVER(GPP_H10, NONE, DEEP), /* GPP_H11 : net NC is not present in the given design */ PAD_NC(GPP_H11, NONE), /* GPP_H13 : [] ==> CPU_C10_GATE_L */ @@ -413,7 +413,7 @@ PAD_CFG_GPO(GPP_A20, 0, DEEP),
/* GPP_H10 : [] ==> SOC_WP_OD */ - PAD_CFG_GPI_GPIO_DRIVER_LOCK(GPP_H10, NONE, LOCK_CONFIG), + PAD_CFG_GPI_GPIO_DRIVER(GPP_H10, NONE, DEEP), };
/* Default/Minimal early pad configuration if we can't find board_id */