[Bugfix][API-622][pcie]Test pcie with at command returns error
Change-Id: I9df10226e0901cdfc11844852a3d8457af4dd8d0
diff --git a/src/bsp/lk/platform/mt2735/drivers/gpio/mt_gpio.c b/src/bsp/lk/platform/mt2735/drivers/gpio/mt_gpio.c
index 88300aa..0b6fb75 100644
--- a/src/bsp/lk/platform/mt2735/drivers/gpio/mt_gpio.c
+++ b/src/bsp/lk/platform/mt2735/drivers/gpio/mt_gpio.c
@@ -812,17 +812,17 @@
mt_set_gpio_mode(GPIO25, 0);
mt_set_gpio_dir(GPIO25, GPIO_DIR_OUT);
mt_set_gpio_out(GPIO25, GPIO_OUT_ZERO);
-
+
//you.chen@20220606 modify for wifi begin
- mt_set_gpio_mode(GPIO67, 0);
+ mt_set_gpio_mode(GPIO67, 1); //dongyu@2022.10.21 Test pcie with at command returns error
mt_set_gpio_dir(GPIO67, GPIO_DIR_OUT);
mt_set_gpio_out(GPIO67, GPIO_OUT_ZERO);
-
- mt_set_gpio_mode(GPIO68, 0);
+
+ mt_set_gpio_mode(GPIO68, 1); //dongyu@2022.10.21 Test pcie with at command returns error
mt_set_gpio_pull_enable(GPIO68, GPIO_PULL_ENABLE);
mt_set_gpio_pull_select(GPIO68, GPIO_PULL_UP);
-
- mt_set_gpio_mode(GPIO69, 0);
+
+ mt_set_gpio_mode(GPIO69, 1); //dongyu@2022.10.21 Test pcie with at command returns error
mt_set_gpio_pull_enable(GPIO69, GPIO_PULL_ENABLE);
mt_set_gpio_pull_select(GPIO69, GPIO_PULL_UP);
//you.chen@20220606 modify for wifi end