]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
sh: fix sh770x SCIF memory regions
authorAndriy Skulysh <askulysh@gmail.com>
Wed, 29 Oct 2014 21:50:59 +0000 (14:50 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 29 Oct 2014 23:33:15 +0000 (16:33 -0700)
commit5417421b270229bfce0795ccc99a4b481e4954ca
tree3dc40e943fb2a475c366471b5002ae8d6b55c0d4
parent5a99e95b8d1cd47f6feddcdca6c71d22060df8a2
sh: fix sh770x SCIF memory regions

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>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/sh/kernel/cpu/sh3/setup-sh770x.c