aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/soc/qualcomm/sc7180/qspi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/qualcomm/sc7180/qspi.c b/src/soc/qualcomm/sc7180/qspi.c
index 675641bc4c..c1e9779736 100644
--- a/src/soc/qualcomm/sc7180/qspi.c
+++ b/src/soc/qualcomm/sc7180/qspi.c
@@ -152,7 +152,7 @@ static void configure_gpios(void)
GPIO_NO_PULL, GPIO_2MA, GPIO_OUTPUT_ENABLE);
gpio_configure(GPIO(63), GPIO63_FUNC_QSPI_CLK,
- GPIO_NO_PULL, GPIO_2MA, GPIO_OUTPUT_ENABLE);
+ GPIO_NO_PULL, GPIO_8MA, GPIO_OUTPUT_ENABLE);
}
static void queue_bounce_data(uint8_t *data, uint32_t data_bytes,