aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-imx
diff options
context:
space:
mode:
authorSascha Hauer <sascha@saschahauer.de>2005-07-17 20:15:36 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2005-07-17 20:15:36 +0100
commit772a9e631ccad0423ed6d08acb3a4b1084ae2613 (patch)
treecf4243b9f4ed2e8a8661f08588f2a1df6370896b /include/asm-arm/arch-imx
parent[PATCH] ARM: 2816/1: Shark: boot kernel images bigger than 1 MB (diff)
downloadlinux-dev-772a9e631ccad0423ed6d08acb3a4b1084ae2613.tar.xz
linux-dev-772a9e631ccad0423ed6d08acb3a4b1084ae2613.zip
[PATCH] ARM: 2687/1: i.MX framebuffer: make dmacr register platform configurable
Patch from Sascha Hauer The dmacr needs different settings on some boards. This patch makes the register configurable by the platform part. Also we have imxfb_disable_controller(), so lets use it. Signed-off-by: Steven Scholz Signed-off-by: Sascha Hauer Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-imx')
-rw-r--r--include/asm-arm/arch-imx/imxfb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/arch-imx/imxfb.h b/include/asm-arm/arch-imx/imxfb.h
index 2346d454ab9c..7dbc7bbba65d 100644
--- a/include/asm-arm/arch-imx/imxfb.h
+++ b/include/asm-arm/arch-imx/imxfb.h
@@ -25,6 +25,7 @@ struct imxfb_mach_info {
u_int pcr;
u_int pwmr;
u_int lscr1;
+ u_int dmacr;
u_char * fixed_screen_cpu;
dma_addr_t fixed_screen_dma;