mb/google/sarien/variants/arcada: Add GPIO H15 to enable BT
Follow b:123342945 to add GPIO H15(BT_RADIO_DIS#). BUG=b:123342945 TEST=Verified BT function on Arcada DVT1 system Signed-off-by: Casper Chang <casper_chang@wistron.corp-partner.google.com> Change-Id: I260a2312d47385da3c7ec215267ff63ada04f2c5 Reviewed-on: https://review.coreboot.org/c/coreboot/+/31705 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Lijian Zhao <lijian.zhao@intel.com> Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
This commit is contained in:
parent
7c2b50894c
commit
80b0c6458a
|
@ -214,7 +214,7 @@ static const struct pad_config gpio_table[] = {
|
||||||
/* M2_SKT2_CFG0 */ PAD_NC(GPP_H12, NONE),
|
/* M2_SKT2_CFG0 */ PAD_NC(GPP_H12, NONE),
|
||||||
/* M2_SKT2_CFG1 */ PAD_NC(GPP_H13, NONE),
|
/* M2_SKT2_CFG1 */ PAD_NC(GPP_H13, NONE),
|
||||||
/* M2_SKT2_CFG2 */ PAD_NC(GPP_H14, NONE),
|
/* M2_SKT2_CFG2 */ PAD_NC(GPP_H14, NONE),
|
||||||
/* M2_SKT2_CFG3 */ PAD_NC(GPP_H15, NONE),
|
/* M2_SKT2_CFG3 */ PAD_CFG_GPO(GPP_H15, 1, DEEP), /* BT_RADIO_DIS# */
|
||||||
/* DDPF_CTRLCLK */ PAD_NC(GPP_H16, NONE),
|
/* DDPF_CTRLCLK */ PAD_NC(GPP_H16, NONE),
|
||||||
/* DPPF_CTRLDATA */ PAD_NC(GPP_H17, NONE),
|
/* DPPF_CTRLDATA */ PAD_NC(GPP_H17, NONE),
|
||||||
/* CPU_C10_GATE# */ PAD_CFG_NF(GPP_H18, NONE, DEEP, NF1), /* C10_GATE# */
|
/* CPU_C10_GATE# */ PAD_CFG_NF(GPP_H18, NONE, DEEP, NF1), /* C10_GATE# */
|
||||||
|
|
Loading…
Reference in New Issue