From e80eea6d45943c3e6f020b3d07e36870af255698 Mon Sep 17 00:00:00 2001 From: Ren Kuo Date: Wed, 25 Sep 2024 14:06:33 +0800 Subject: mb/google/brox/jubilant: Update FP IRQ pin to GPP_D13 in fp_disable_pads Commit 8cfe1b3302ff (mb/google/brox/jubilant: Modify FP IRQ pin to GPP_D13): CB:84124, changes the fingerprint IRQ pin from GPP_F15 to GPP_D13, but forgot to update the pin in the array fp_disable_pads. Hence update fp_disable_pads configuration to include that GPIO. BUG=None TEST= build firmware $ emerge-brox coreboot Change-Id: Iee4c3d3f000f884ca8a77ae8c72ccbeebfeb865f Signed-off-by: Ren Kuo Reviewed-on: https://review.coreboot.org/c/coreboot/+/84545 Reviewed-by: Karthik Ramasubramanian Tested-by: build bot (Jenkins) Reviewed-by: Kenneth Chan --- src/mainboard/google/brox/variants/jubilant/fw_config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/google/brox') diff --git a/src/mainboard/google/brox/variants/jubilant/fw_config.c b/src/mainboard/google/brox/variants/jubilant/fw_config.c index 5076c73613..df57e15804 100644 --- a/src/mainboard/google/brox/variants/jubilant/fw_config.c +++ b/src/mainboard/google/brox/variants/jubilant/fw_config.c @@ -13,8 +13,8 @@ static const struct pad_config fp_disable_pads[] = { PAD_NC(GPP_D3, NONE), /* GPP_D15 : FPMCU_RST_J_SUB_L (active low) (NC) */ PAD_NC(GPP_D15, NONE), - /* GPP_F15 : FP GSPI INT (NC) */ - PAD_NC(GPP_F15, NONE), + /* GPP_D13 : FP GSPI INT (NC) */ + PAD_NC(GPP_D13, NONE), /* GPP_F11 : FP GSPI CLK (NC) */ PAD_NC(GPP_F11, NONE), /* GPP_F12 : FP GSPI DO (NC) */ -- cgit v1.2.3