msm: board-8064:  Fix MHL USB high speed switch regulator name

commit 56dc742d (USB: msm_otg: Rename MHL USB high speed switch
regulator name) renamed MHL USB high speed switch regulator name
from mhl_ext_3p3v to mhl_usb_hs_switch in OTG driver.  Update the
same for 8064 board otherwise USB lines are not routed to USB PHY.

Change-Id: I1062cbc1440487881b64334799eaf488700dc102
Signed-off-by: Pavankumar Kondeti <pkondeti@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-8064-regulator.c b/arch/arm/mach-msm/board-8064-regulator.c
index 7175123f..f727852 100644
--- a/arch/arm/mach-msm/board-8064-regulator.c
+++ b/arch/arm/mach-msm/board-8064-regulator.c
@@ -256,7 +256,7 @@
 VREG_CONSUMERS(EXT_3P3V) = {
 	REGULATOR_SUPPLY("ext_3p3v",		NULL),
 	REGULATOR_SUPPLY("vdd_io",		"spi0.2"),
-	REGULATOR_SUPPLY("mhl_ext_3p3v",	"msm_otg"),
+	REGULATOR_SUPPLY("mhl_usb_hs_switch",	"msm_otg"),
 	REGULATOR_SUPPLY("lvds_vccs_3p3v",      "lvds.0"),
 	REGULATOR_SUPPLY("dsi1_vccs_3p3v",      "mipi_dsi.1"),
 	REGULATOR_SUPPLY("hdmi_mux_vdd",        "hdmi_msm.0"),