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>
writew(enable, &wdog1->wmcr);
writew(enable, &wdog2->wmcr);
- if (is_mx6sx() || is_mx6ul() || is_mx7())
+ if (is_mx6sx() || is_mx6ul() || is_mx6ull() || is_mx7())
writew(enable, &wdog3->wmcr);
#ifdef CONFIG_MX7D
writew(enable, &wdog4->wmcr);