[PATCH] atmel_serial: Pass fixed register mappings through platform_data
[pandora-kernel.git] / arch / arm / mach-at91rm9200 / devices.c
index 5a3919f..0598243 100644 (file)
@@ -561,6 +561,7 @@ static struct resource dbgu_resources[] = {
 static struct atmel_uart_data dbgu_data = {
        .use_dma_tx     = 0,
        .use_dma_rx     = 0,            /* DBGU not capable of receive DMA */
+       .regs           = (void __iomem *)(AT91_VA_BASE_SYS + AT91_DBGU),
 };
 
 static struct platform_device at91rm9200_dbgu_device = {