From: Andrew Lunn Date: Fri, 22 Jun 2012 06:54:02 +0000 (+0200) Subject: ARM: Orion: Fix Virtual/Physical mixup with watchdog X-Git-Tag: v3.5-rc4~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fa1f0609a0c1fe8b2be3c0089a2cb48f7fda521;p=pandora-kernel.git ARM: Orion: Fix Virtual/Physical mixup with watchdog 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. Cc: stable Signed-off-by: Andrew Lunn Signed-off-by: Olof Johansson --- Reading git-diff-tree failed