|
@@ -1,6 +1,6 @@
|
|
/*
|
|
/*
|
|
* Copyright (C) 2008 Google, Inc.
|
|
* Copyright (C) 2008 Google, Inc.
|
|
- * Copyright (c) 2008-2010, Code Aurora Forum. All rights reserved.
|
|
|
|
|
|
+ * Copyright (c) 2008-2011, Code Aurora Forum. All rights reserved.
|
|
*
|
|
*
|
|
* This software is licensed under the terms of the GNU General Public
|
|
* This software is licensed under the terms of the GNU General Public
|
|
* License version 2, as published by the Free Software Foundation, and
|
|
* License version 2, as published by the Free Software Foundation, and
|
|
@@ -41,6 +41,7 @@ static struct resource resources_uart2[] = {
|
|
.start = MSM_UART2_PHYS,
|
|
.start = MSM_UART2_PHYS,
|
|
.end = MSM_UART2_PHYS + MSM_UART2_SIZE - 1,
|
|
.end = MSM_UART2_PHYS + MSM_UART2_SIZE - 1,
|
|
.flags = IORESOURCE_MEM,
|
|
.flags = IORESOURCE_MEM,
|
|
|
|
+ .name = "uart_resource"
|
|
},
|
|
},
|
|
};
|
|
};
|
|
|
|
|