commit | 1233090cf6d8a75c8dca3b37e65a6e12f79502af | [log] [tgz] |
---|---|---|
author | Sekhar Nori <nsekhar@ti.com> | Wed Feb 26 10:29:43 2014 +0530 |
committer | Sekhar Nori <nsekhar@ti.com> | Thu Mar 06 19:08:29 2014 +0530 |
tree | bea49d5fd8c84fc8d00f1358a7ef72af46c12e65 | |
parent | f26a9968e2eedb3cb7eb46c2d1fbe09f3b8fcf15 [diff] |
ARM: davinci: da8xx: fix multiple watchdog device registration Fix multiple watchdog device registration on da8xx devices due to davinci_init_devices blindly registering watchdog device. Fix this by getting rid of the initcall and instead registering watchdog for each soc. Signed-off-by: Sekhar Nori <nsekhar@ti.com>