diff options
author | Andrew Lunn <andrew@lunn.ch> | 2012-06-22 08:54:02 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-07-16 09:04:07 -0700 |
commit | cb739ad1bba5a996533cf381b9079a1e876d15bb (patch) | |
tree | 3b47028a08b2c5c5bfc2afc36225af0931a6ca52 /arch/sh | |
parent | 0bd3d94b39087298b88f7ee2570d1062e09e8dfd (diff) | |
download | linux-3.10-cb739ad1bba5a996533cf381b9079a1e876d15bb.tar.gz linux-3.10-cb739ad1bba5a996533cf381b9079a1e876d15bb.tar.bz2 linux-3.10-cb739ad1bba5a996533cf381b9079a1e876d15bb.zip |
ARM: Orion: Fix Virtual/Physical mixup with watchdog
commit 0fa1f0609a0c1fe8b2be3c0089a2cb48f7fda521 upstream.
The orion watchdog is expecting to be passed the physcial address of
the hardware, and will ioremap() it to give a virtual address it will
use as the base address for the hardware. However, when creating the
platform resource record, a virtual address was being used.
Add the necassary #define's so we can pass the physical address as
expected.
Tested on Kirkwood and Orion5x.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/sh')
0 files changed, 0 insertions, 0 deletions