Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
[pandora-kernel.git] / arch / arm / mach-ux500 / include / mach / uncompress.h
index 9a6614c..ab0fe14 100644 (file)
@@ -50,7 +50,11 @@ static void flush(void)
 
 static inline void arch_decomp_setup(void)
 {
-       if (machine_is_u8500())
+       /* Check in run time if we run on an U8500 or U5500 */
+       if (machine_is_u8500() ||
+           machine_is_svp8500v1() ||
+           machine_is_svp8500v2() ||
+           machine_is_hrefv60())
                ux500_uart_base = U8500_UART2_BASE;
        else if (machine_is_u5500())
                ux500_uart_base = U5500_UART0_BASE;