]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
ARM: sa11x0: fix off-by-one resource sizes
authorRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 12 Jan 2012 10:59:21 +0000 (10:59 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 9 Feb 2012 15:34:11 +0000 (15:34 +0000)
commitcb5e2399f9e504dc78525988c85882643e915da4
tree557fe14f3aafb12237ead123a95c0b510b423ba2
parentd65b4e98d7ea3038b767b70fe8be959b2913f16d
ARM: sa11x0: fix off-by-one resource sizes

Hackkit defined its flash memory resource to be 32M + 1 byte.
Jornada defined the Epson video controller resources to be one byte
larger than they should be, and mis-mapped the SA-1111 companion
chip one byte smaller than it should be.

Fix these.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-sa1100/hackkit.c
arch/arm/mach-sa1100/jornada720.c