watchdog: twl4030_wdt: disable autoload
authorGrazvydas Ignotas <notasas@gmail.com>
Fri, 3 Jul 2015 21:38:29 +0000 (00:38 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Fri, 3 Jul 2015 22:19:05 +0000 (01:19 +0300)
commit60c16f13a93a8fde7434149d8c6bc55cb6e5398e
tree7b07b458bdb1c681b50af69cf2d2df72f9a07018
parent69abd80ae1b1f1f5e6d13615f7e1c2fa4909600a
watchdog: twl4030_wdt: disable autoload

3.2 doesn't allow multiple watchdogs (fails to register misc device),
and we already always have OMAP watchdog loaded, so disable twl4030_wdt.
To use twl4030_wdt driver, the user needs these manual steps:
  echo omap_wdt > /sys/bus/platform/drivers/omap_wdt/unbind
  modprobe twl4030_wdt
drivers/watchdog/twl4030_wdt.c