]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
ARM: sa11x0: don't static map sa1111
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 29 Jan 2012 10:37:36 +0000 (10:37 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 24 Mar 2012 11:30:13 +0000 (11:30 +0000)
The sa1111 support will ioremap() the device; there is no need for
platforms to setup a static mapping for this.  Remove the static
mapping for this device from badge4, jornada720 and neponset.

Acked-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-sa1100/badge4.c
arch/arm/mach-sa1100/jornada720.c
arch/arm/mach-sa1100/neponset.c

index 8fb80f02c2a922cdbc7728cb1efee3215640e6bb..645ffa1ddc7c1f9303bfe85036f49b2116770606 100644 (file)
@@ -285,11 +285,6 @@ static struct map_desc badge4_io_desc[] __initdata = {
                .pfn            = __phys_to_pfn(0x10000000),
                .length         = 0x00100000,
                .type           = MT_DEVICE
-       }, {    /* SA-1111      */
-               .virtual        = 0xf4000000,
-               .pfn            = __phys_to_pfn(0x48000000),
-               .length         = 0x00100000,
-               .type           = MT_DEVICE
        }
 };
 
index dcd6d026aa687886ec865860bb955e47d805586e..5d2ceb40dac99ab9de998ea3d6f4a5878290f3ff 100644 (file)
@@ -285,11 +285,6 @@ static struct map_desc jornada720_io_desc[] __initdata = {
                .pfn            = __phys_to_pfn(EPSONFBSTART),
                .length         = EPSONFBLEN,
                .type           = MT_DEVICE
-       }, {    /* SA-1111 */
-               .virtual        = 0xf4000000,
-               .pfn            = __phys_to_pfn(SA1111REGSTART),
-               .length         = SA1111REGLEN,
-               .type           = MT_DEVICE
        }
 };
 
index b40a7192f09f94e17a6a0246e38c2fb649592d5f..290afedde749ff7ef98ab268f5f0f7c23539e22c 100644 (file)
@@ -333,11 +333,6 @@ static struct map_desc neponset_io_desc[] __initdata = {
                .pfn            = __phys_to_pfn(0x10000000),
                .length         = SZ_1M,
                .type           = MT_DEVICE
-       }, {    /* SA-1111 */
-               .virtual        =  0xf4000000,
-               .pfn            = __phys_to_pfn(0x40000000),
-               .length         = SZ_1M,
-               .type           = MT_DEVICE
        }
 };