Frank Wu has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/63174 )
Change subject: mb/google/brya/var/banshee: Update the GPP_D12 as USB_C3_LSX_RX ......................................................................
mb/google/brya/var/banshee: Update the GPP_D12 as USB_C3_LSX_RX
Update the GPP_D12 as USB_C3_LSX_RX.
BUG=b:225081954 BRANCH=firmware-brya-14505.B TEST=emerge-brya coreboot chromeos-bootimage
Signed-off-by: Frank Wu frank_wu@compal.corp-partner.google.com Change-Id: I38caa76c855e683eb0587eb67ee9abc91af4545d --- M src/mainboard/google/brya/variants/banshee/gpio.c 1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/74/63174/1
diff --git a/src/mainboard/google/brya/variants/banshee/gpio.c b/src/mainboard/google/brya/variants/banshee/gpio.c index b8f4dab..ae37c90 100644 --- a/src/mainboard/google/brya/variants/banshee/gpio.c +++ b/src/mainboard/google/brya/variants/banshee/gpio.c @@ -101,7 +101,8 @@ /* D10 : ISH_SPI_CLK ==> USB_C2_LSX_RX_STRAP */ /* D11 : ISH_SPI_MISO ==> USB_C3_LSX_TX */ PAD_CFG_NF_LOCK(GPP_D11, NONE, NF4, LOCK_CONFIG), - /* D12 : ISH_SPI_MOSI ==> GPP_D12_STRAP */ + /* D12 : ISH_SPI_MOSI ==> USB_C3_LSX_RX */ + PAD_CFG_NF_LOCK(GPP_D12, NONE, NF4, LOCK_CONFIG), /* D13 : ISH_UART0_RXD ==> NC */ PAD_NC_LOCK(GPP_D13, NONE, LOCK_CONFIG), /* D14 : ISH_UART0_TXD ==> NC */