summaryrefslogtreecommitdiffstats
path: root/arch/sh/boards/mach-kfr2r09/setup.c
diff options
context:
space:
mode:
authorPhil Edworthy2009-09-15 14:00:30 +0200
committerPaul Mundt2009-09-15 14:08:22 +0200
commita6f15ade97989d414e9bf33874c9d5d1f39808ec (patch)
tree6738402bca402004d55b913f56c2671913756e83 /arch/sh/boards/mach-kfr2r09/setup.c
parentvideo: sh_mobile_lcdcfb: implement display panning (diff)
downloadkernel-qcow2-linux-a6f15ade97989d414e9bf33874c9d5d1f39808ec.tar.gz
kernel-qcow2-linux-a6f15ade97989d414e9bf33874c9d5d1f39808ec.tar.xz
kernel-qcow2-linux-a6f15ade97989d414e9bf33874c9d5d1f39808ec.zip
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-kfr2r09/setup.c')
-rw-r--r--arch/sh/boards/mach-kfr2r09/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-kfr2r09/setup.c b/arch/sh/boards/mach-kfr2r09/setup.c
index 7155be0d1154..c08d33fe2104 100644
--- a/arch/sh/boards/mach-kfr2r09/setup.c
+++ b/arch/sh/boards/mach-kfr2r09/setup.c
@@ -162,7 +162,7 @@ static struct resource kfr2r09_sh_lcdc_resources[] = {
[0] = {
.name = "LCDC",
.start = 0xfe940000, /* P4-only space */
- .end = 0xfe941fff,
+ .end = 0xfe942fff,
.flags = IORESOURCE_MEM,
},
[1] = {