diff options
author | Phil Edworthy <phil.edworthy@renesas.com> | 2009-09-15 08:00:30 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-09-15 08:08:22 -0400 |
commit | a6f15ade97989d414e9bf33874c9d5d1f39808ec (patch) | |
tree | 6738402bca402004d55b913f56c2671913756e83 /arch/sh/boards/mach-se/7724/setup.c | |
parent | 9dd38819c2257375ea05bcb92b1f607a1d523c84 (diff) |
video: sh_mobile_lcdcfb: use both register sets for display panning
Switch to using both register sets - side A and side B for display panning.
Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/mach-se/7724/setup.c')
-rw-r--r-- | arch/sh/boards/mach-se/7724/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-se/7724/setup.c b/arch/sh/boards/mach-se/7724/setup.c index 1876c8306c85..00973e0f8c63 100644 --- a/arch/sh/boards/mach-se/7724/setup.c +++ b/arch/sh/boards/mach-se/7724/setup.c | |||
@@ -166,7 +166,7 @@ static struct resource lcdc_resources[] = { | |||
166 | [0] = { | 166 | [0] = { |
167 | .name = "LCDC", | 167 | .name = "LCDC", |
168 | .start = 0xfe940000, | 168 | .start = 0xfe940000, |
169 | .end = 0xfe941fff, | 169 | .end = 0xfe942fff, |
170 | .flags = IORESOURCE_MEM, | 170 | .flags = IORESOURCE_MEM, |
171 | }, | 171 | }, |
172 | [1] = { | 172 | [1] = { |