usb: gadget: fix crash on USB cable disconnection

Crash was observed (9x15) when USB cable was
disconnected. Root cause was NULL pointer and
USB BAM reset due to USB PHY reset. On 9x15 no
reset on disconnect will be performed.

CRs-Fixed: 326999
Change-Id: I006afb8dcd225caf9280dd915f8af3edfaebff5a
Signed-off-by: Ofir Cohen <ofirc@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-9615.c b/arch/arm/mach-msm/board-9615.c
index ec2a71d..7259603 100644
--- a/arch/arm/mach-msm/board-9615.c
+++ b/arch/arm/mach-msm/board-9615.c
@@ -334,6 +334,7 @@
 	.phy_type		= SNPS_28NM_INTEGRATED_PHY,
 	.pclk_src_name	= "dfab_usb_hs_clk",
 	.vbus_power		= msm_hsusb_vbus_power,
+	.disable_reset_on_disconnect	= true,
 };
 
 static int usb_diag_update_pid_and_serial_num(uint32_t pid, const char *snum)