summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm/devices-qsd8x50.c
diff options
context:
space:
mode:
authorDavid Brown <davidb@codeaurora.org>2011-01-24 11:16:43 -0800
committerDavid Brown <davidb@codeaurora.org>2011-01-24 11:16:43 -0800
commitc243e5284371eb90af2c6771af60fa54c57513a4 (patch)
tree92af7da349d2d02ce1d99fbf612dac3b74c6ea25 /arch/arm/mach-msm/devices-qsd8x50.c
parentba5499ebfb7bc7859039d782099c75d92c394016 (diff)
parentec8f29e70edceb93c021148a99a5c3889cdc1b08 (diff)
downloadblackbird-obmc-linux-c243e5284371eb90af2c6771af60fa54c57513a4.tar.gz
blackbird-obmc-linux-c243e5284371eb90af2c6771af60fa54c57513a4.zip
Merge branch 'msm-uart' into for-next
* msm-uart: serial: msm: Add support for UARTDM cores msm: Add name field to UART resources
Diffstat (limited to 'arch/arm/mach-msm/devices-qsd8x50.c')
-rw-r--r--arch/arm/mach-msm/devices-qsd8x50.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-msm/devices-qsd8x50.c b/arch/arm/mach-msm/devices-qsd8x50.c
index a4b798f20ccb..93bddacad904 100644
--- a/arch/arm/mach-msm/devices-qsd8x50.c
+++ b/arch/arm/mach-msm/devices-qsd8x50.c
@@ -1,6 +1,6 @@
/*
* 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
* License version 2, as published by the Free Software Foundation, and
@@ -38,6 +38,7 @@ static struct resource resources_uart3[] = {
.start = MSM_UART3_PHYS,
.end = MSM_UART3_PHYS + MSM_UART3_SIZE - 1,
.flags = IORESOURCE_MEM,
+ .name = "uart_resource"
},
};
OpenPOWER on IntegriCloud