diff options
author | Stepan Moskovchenko <stepanm@codeaurora.org> | 2011-01-27 15:12:07 -0500 |
---|---|---|
committer | David Brown <davidb@codeaurora.org> | 2011-01-28 15:27:21 -0500 |
commit | d056fca32354dd990ffbd90fd1da10eaec72aa87 (patch) | |
tree | e9ce24973cfcfdaa4ad752a277f1d665b35e6b94 /arch/arm/mach-msm/devices.h | |
parent | 07a3cc4814f790354d4c7be2c9dc6143a714a07a (diff) |
msm: serial: Add MSM8960 serial support
Add the device definitions and platform data to support
the console serial port on MSM8960 Simulator and RUMI3
targets.
Signed-off-by: Stepan Moskovchenko <stepanm@codeaurora.org>
Signed-off-by: David Brown <davidb@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/devices.h')
-rw-r--r-- | arch/arm/mach-msm/devices.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/devices.h b/arch/arm/mach-msm/devices.h index 87c70bfce2bd..e2643b340b2a 100644 --- a/arch/arm/mach-msm/devices.h +++ b/arch/arm/mach-msm/devices.h | |||
@@ -22,6 +22,9 @@ extern struct platform_device msm_device_uart1; | |||
22 | extern struct platform_device msm_device_uart2; | 22 | extern struct platform_device msm_device_uart2; |
23 | extern struct platform_device msm_device_uart3; | 23 | extern struct platform_device msm_device_uart3; |
24 | 24 | ||
25 | extern struct platform_device msm8960_device_uart_gsbi2; | ||
26 | extern struct platform_device msm8960_device_uart_gsbi5; | ||
27 | |||
25 | extern struct platform_device msm_device_sdc1; | 28 | extern struct platform_device msm_device_sdc1; |
26 | extern struct platform_device msm_device_sdc2; | 29 | extern struct platform_device msm_device_sdc2; |
27 | extern struct platform_device msm_device_sdc3; | 30 | extern struct platform_device msm_device_sdc3; |