Merge "target: msm8974: Add delay for gpio config to take effect"
diff --git a/target/msm8974/init.c b/target/msm8974/init.c
index b5fbf82..a9382b7 100644
--- a/target/msm8974/init.c
+++ b/target/msm8974/init.c
@@ -144,6 +144,9 @@
 
 	pm8x41_gpio_config(5, &gpio);
 
+	/* Wait for the pmic gpio config to take effect */
+	thread_sleep(1);
+
 	/* Get status of P_GPIO_5 */
 	pm8x41_gpio_get(5, &status);