mb/google/brox/jubilant: Update FP IRQ pin to GPP_D13 in fp_disable_pads
Commit 8cfe1b3302 (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 <ren.kuo@quanta.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84545
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kenneth Chan <kenneth.chan@quanta.corp-partner.google.com>
This commit is contained in:
parent
9c15a9b7ae
commit
e80eea6d45
1 changed files with 2 additions and 2 deletions
|
|
@ -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) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue