]> git.ipfire.org Git - people/arne_f/kernel.git/commit
sh: fix sh770x SCIF memory regions
authorAndriy Skulysh <askulysh@gmail.com>
Wed, 29 Oct 2014 21:50:59 +0000 (14:50 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Nov 2014 18:10:35 +0000 (10:10 -0800)
commit2d84e2a9cacd6dcf3fb440bfd06780772b59efcc
tree56829bca1b12685aaba58d541a8c314718151dd6
parent8b73572a1ee99496ef3b78e681205ec8a59e7f17
sh: fix sh770x SCIF memory regions

commit 5417421b270229bfce0795ccc99a4b481e4954ca upstream.

Resources scif1_resources & scif2_resources overlap.  Actual SCIF region
size is 0x10.

This is regression from commit d850acf975be ("sh: Declare SCIF register
base and IRQ as resources")

Signed-off-by: Andriy Skulysh <askulysh@gmail.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/sh/kernel/cpu/sh3/setup-sh770x.c