diff options
author | Kevin Hilman <khilman@deeprootsystems.com> | 2009-04-30 22:20:24 +0400 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2009-05-29 02:17:49 +0400 |
commit | 96ed299fdb572fd694d361dc49285dddc0c87da4 (patch) | |
tree | 389b61f7fb0f32ba3e9b705f5f0aadfc9044d3d8 /arch/arm/mach-davinci/dm355.c | |
parent | 5570078c0ec5ecc5df0bbd7d06f43549b7127ae7 (diff) | |
download | linux-96ed299fdb572fd694d361dc49285dddc0c87da4.tar.xz |
davinci: cleanup: move dm355 UART2 define to dm355.c
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/dm355.c')
-rw-r--r-- | arch/arm/mach-davinci/dm355.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/dm355.c b/arch/arm/mach-davinci/dm355.c index 78fc598b0bca..893d5ba21d5f 100644 --- a/arch/arm/mach-davinci/dm355.c +++ b/arch/arm/mach-davinci/dm355.c @@ -34,6 +34,8 @@ #include "clock.h" #include "mux.h" +#define DM355_UART2_BASE (IO_PHYS + 0x206000) + /* * Device specific clocks */ |