From 36c5c90d4c24d692fe158f5bfe4c97f28fd6ebba Mon Sep 17 00:00:00 2001 From: Pratyush Anand Date: Fri, 29 Nov 2013 15:57:35 +0530 Subject: [PATCH] ARM: SPEAr13xx: Fix static mapping table SPEAr13xx was using virtual address space 0xFE000000 to map physical address space 0xB3000000. But pci_remap_io uses 0xFEE00000 as virtual address and so replace 0xFE000000 with 0xF9000000. Acked-by: Viresh Kumar Acked-by: Arnd Bergmann Signed-off-by: Pratyush Anand Signed-off-by: Mohit Kumar [viresh: fixed logs/cclist] Signed-off-by: Viresh Kumar --- Reading git-format-patch failed