Merge "target: msm8974: Remove GCC_WDOG_DEBUG_DISABLE from the reboot sequence."
diff --git a/target/msm8974/init.c b/target/msm8974/init.c
index 180245c..5525b93 100644
--- a/target/msm8974/init.c
+++ b/target/msm8974/init.c
@@ -521,17 +521,6 @@
 	else
 		pm8x41_reset_configure(reset_type);
 
-	/* Disable Watchdog Debug.
-	 * Required becuase of a H/W bug which causes the system to
-	 * reset partially even for non watchdog resets.
-	 */
-	writel(readl(GCC_WDOG_DEBUG) & ~(1 << WDOG_DEBUG_DISABLE_BIT), GCC_WDOG_DEBUG);
-
-	dsb();
-
-	/* Wait until the write takes effect. */
-	while(readl(GCC_WDOG_DEBUG) & (1 << WDOG_DEBUG_DISABLE_BIT));
-
 	/* Drop PS_HOLD for MSM */
 	writel(0x00, MPM2_MPM_PS_HOLD);