Commit 4a9f777e8b44d5b2a32cfe344469b18e74373f64

Authored by Ye Li
1 parent f84b9d512f

MLK-14792 mx6ull: Disable WDOG3 after init

Need to power down WDOG3 for mx6ull, otherwise the kernel will reboot once the
iomux for WDOG_ANY pin is configured. This is missed in community u-boot.

Signed-off-by: Ye Li <ye.li@nxp.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/arm/imx-common/init.c
... ... @@ -78,7 +78,7 @@
78 78 writew(enable, &wdog1->wmcr);
79 79 writew(enable, &wdog2->wmcr);
80 80  
81   - if (is_mx6sx() || is_mx6ul() || is_mx7())
  81 + if (is_mx6sx() || is_mx6ul() || is_mx6ull() || is_mx7())
82 82 writew(enable, &wdog3->wmcr);
83 83 #ifdef CONFIG_MX7D
84 84 writew(enable, &wdog4->wmcr);