|
@@ -1021,8 +1021,8 @@ void __init at91_add_device_ssc(unsigned id, unsigned pins) {}
|
|
#if defined(CONFIG_SERIAL_ATMEL)
|
|
#if defined(CONFIG_SERIAL_ATMEL)
|
|
static struct resource dbgu_resources[] = {
|
|
static struct resource dbgu_resources[] = {
|
|
[0] = {
|
|
[0] = {
|
|
- .start = AT91_VA_BASE_SYS + AT91_DBGU,
|
|
|
|
- .end = AT91_VA_BASE_SYS + AT91_DBGU + SZ_512 - 1,
|
|
|
|
|
|
+ .start = AT91_BASE_SYS + AT91_DBGU,
|
|
|
|
+ .end = AT91_BASE_SYS + AT91_DBGU + SZ_512 - 1,
|
|
.flags = IORESOURCE_MEM,
|
|
.flags = IORESOURCE_MEM,
|
|
},
|
|
},
|
|
[1] = {
|
|
[1] = {
|
|
@@ -1035,7 +1035,6 @@ static struct resource dbgu_resources[] = {
|
|
static struct atmel_uart_data dbgu_data = {
|
|
static struct atmel_uart_data dbgu_data = {
|
|
.use_dma_tx = 0,
|
|
.use_dma_tx = 0,
|
|
.use_dma_rx = 0, /* DBGU not capable of receive DMA */
|
|
.use_dma_rx = 0, /* DBGU not capable of receive DMA */
|
|
- .regs = (void __iomem *)(AT91_VA_BASE_SYS + AT91_DBGU),
|
|
|
|
};
|
|
};
|
|
|
|
|
|
static u64 dbgu_dmamask = DMA_BIT_MASK(32);
|
|
static u64 dbgu_dmamask = DMA_BIT_MASK(32);
|