commit | 8a5cfa648347ab04e63a7f5e3699768d1f9bf00d | [log] [tgz] |
---|---|---|
author | Dale Farnsworth <dale@farnsworth.org> | Tue Jul 24 11:09:18 2007 -0700 |
committer | Wim Van Sebroeck <wim@iguana.be> | Tue Jul 24 21:15:58 2007 +0000 |
tree | bd9a7457e23239bc8a755d35dc3aa793dd1f650c | |
parent | 422db8d229affd429b5a7389600877aa7dea2704 [diff] |
[WATCHDOG] mv64x60_wdt: Get register address from platform data Previously, the address of the watchdog timer registers was retrieved by calling a global function, mv64x60_get_bridge_vbase(). That function doesn't exist in arch/powerpc. Instead, we now get the register address from a platform data resource and ioremap the registers within the driver. Signed-off-by: Dale Farnsworth <dale@farnsworth.org> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>