Meera Ravindranath has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/48240 )
Change subject: mb/intel/adlrvp: Remove GPP_E0 ......................................................................
mb/intel/adlrvp: Remove GPP_E0
Remove the unused UART_BT_WAKE GPIO as BT is over USB.
Change-Id: I638b4528fa5c4c378a1e8ff7bb88546da1513df2 Signed-off-by: Meera Ravindranath meera.ravindranath@intel.com --- M src/mainboard/intel/adlrvp/gpio.c 1 file changed, 0 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/40/48240/1
diff --git a/src/mainboard/intel/adlrvp/gpio.c b/src/mainboard/intel/adlrvp/gpio.c index 8ff6fcd..1943a66 100644 --- a/src/mainboard/intel/adlrvp/gpio.c +++ b/src/mainboard/intel/adlrvp/gpio.c @@ -58,8 +58,6 @@ PAD_CFG_GPO(GPP_C5, 1, PLTRST), /* PEG_SLOT_WAKE_N */ PAD_CFG_GPI(GPP_A20, NONE, PLTRST), - /* UART_BT_WAKE_N */ - PAD_CFG_GPI_IRQ_WAKE(GPP_E0, NONE, DEEP, LEVEL, INVERT), /* CAM CONN1 CLKEN */ PAD_CFG_GPO(GPP_H15, 1, PLTRST), /* CPU SSD2 PWREN */
Meera Ravindranath has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/48240 )
Change subject: mb/intel/adlrvp: Remove GPP_E0 ......................................................................
Patch Set 1:
This change is ready for review.
Meera Ravindranath has removed Subrata Banik from this change. ( https://review.coreboot.org/c/coreboot/+/48240 )
Change subject: mb/intel/adlrvp: Remove GPP_E0 ......................................................................
Removed reviewer Subrata Banik.
Meera Ravindranath has removed Aamir Bohra from this change. ( https://review.coreboot.org/c/coreboot/+/48240 )
Change subject: mb/intel/adlrvp: Remove GPP_E0 ......................................................................
Removed reviewer Aamir Bohra.
Meera Ravindranath has removed V Sowmya from this change. ( https://review.coreboot.org/c/coreboot/+/48240 )
Change subject: mb/intel/adlrvp: Remove GPP_E0 ......................................................................
Removed reviewer V Sowmya.
Meera Ravindranath has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/48240 )
Change subject: mb/intel/adlrvp: Remove GPP_E0 ......................................................................
Patch Set 2:
This change is ready for review.
Subrata Banik has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/48240 )
Change subject: mb/intel/adlrvp: Remove GPP_E0 ......................................................................
Patch Set 2: Code-Review+2
This change is ready for review.
Subrata Banik has submitted this change. ( https://review.coreboot.org/c/coreboot/+/48240 )
Change subject: mb/intel/adlrvp: Remove GPP_E0 ......................................................................
mb/intel/adlrvp: Remove GPP_E0
Remove the unused UART_BT_WAKE GPIO as BT is over USB.
Change-Id: I638b4528fa5c4c378a1e8ff7bb88546da1513df2 Signed-off-by: Meera Ravindranath meera.ravindranath@intel.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/48240 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Subrata Banik subrata.banik@intel.com --- M src/mainboard/intel/adlrvp/gpio.c 1 file changed, 0 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Subrata Banik: Looks good to me, approved
diff --git a/src/mainboard/intel/adlrvp/gpio.c b/src/mainboard/intel/adlrvp/gpio.c index 8ff6fcd..1943a66 100644 --- a/src/mainboard/intel/adlrvp/gpio.c +++ b/src/mainboard/intel/adlrvp/gpio.c @@ -58,8 +58,6 @@ PAD_CFG_GPO(GPP_C5, 1, PLTRST), /* PEG_SLOT_WAKE_N */ PAD_CFG_GPI(GPP_A20, NONE, PLTRST), - /* UART_BT_WAKE_N */ - PAD_CFG_GPI_IRQ_WAKE(GPP_E0, NONE, DEEP, LEVEL, INVERT), /* CAM CONN1 CLKEN */ PAD_CFG_GPO(GPP_H15, 1, PLTRST), /* CPU SSD2 PWREN */