apq8064: slim: Add MSM slimbus controller to APQ8064
Add device definition, and initialization code to support slimbus
controller on APQ8064.
Signed-off-by: Sagar Dharia <sdharia@codeaurora.org>
Conflicts:
arch/arm/mach-msm/board-apq8064.c
diff --git a/arch/arm/mach-msm/devices.h b/arch/arm/mach-msm/devices.h
index 80783d1..3cd7fea 100644
--- a/arch/arm/mach-msm/devices.h
+++ b/arch/arm/mach-msm/devices.h
@@ -63,6 +63,7 @@
extern struct platform_device apq8064_device_uart_gsbi3;
extern struct platform_device apq8064_device_qup_i2c_gsbi4;
extern struct platform_device apq8064_device_qup_spi_gsbi5;
+extern struct platform_device apq8064_slim_ctrl;
extern struct platform_device apq8064_device_ssbi_pmic1;
extern struct platform_device apq8064_device_ssbi_pmic2;