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)
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

Simple merge