Samsung VZW MB1 update
/arch/arm/mach-msm/devices-8960.c
blob:f67a5cb00df3f75a7e1627050fedd45b18927fde -> blob:c3dd119d898cbafb3a834d69a482435bbf4dbf32
--- arch/arm/mach-msm/devices-8960.c
+++ arch/arm/mach-msm/devices-8960.c
@@ -1692,8 +1692,13 @@ static struct resource resources_qup_spi
/*test: Qualcomm, DMA SPI, start */
{
.name = "spidm_channels",
+#ifdef CONFIG_MACH_M2_ATT
+ .start = 3,
+ .end = 4,
+#else
.start = 9,
.end = 10,
+#endif
.flags = IORESOURCE_DMA,
},
{