msm: copper: Rename SDCC device names to msm_sdcc.[slot] format

Rename SDCC device names to msm_sdcc.[slot] as opposed to
device tree address,sdcc format to be consistent with
non-device tree targets.  This allows compatibility with
existing userspace applications that require direct
access to specific SDCC slot in a target-independent
manner.

Change-Id: I6012e7a104d1ee3da88e4bca8fa83a60014dda38
Signed-off-by: David Ng <dave@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-copper.c b/arch/arm/mach-msm/board-copper.c
index 3500448..28f5e7f 100644
--- a/arch/arm/mach-msm/board-copper.c
+++ b/arch/arm/mach-msm/board-copper.c
@@ -414,6 +414,10 @@
 			"spi_qsd.1", NULL),
 	OF_DEV_AUXDATA("qcom,spmi-pmic-arb", 0xFC4C0000, \
 			"spmi-pmic-arb.0", NULL),
+	OF_DEV_AUXDATA("qcom,msm-sdcc", 0xF980B000, \
+			"msm_sdcc.1", NULL),
+	OF_DEV_AUXDATA("qcom,msm-sdcc", 0xF984B000, \
+			"msm_sdcc.3", NULL),
 	{}
 };