summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorRakesh Bodla <rbodla@nvidia.com>2012-06-12 19:56:49 +0530
committerSimone Willett <swillett@nvidia.com>2012-06-13 17:11:15 -0700
commit63d14b312d5ae4657058a0c9bb8f5733e4e45e4b (patch)
tree68fd36212c0a45d74dc6c6d6633e60ade19108c5 /arch
parent52e0bdb2cd0c63f0a7da51a2bf1415b5caef241d (diff)
ARM: tegra: enterprise: enable auto hotplug
Enabling hotplug detection support for baseband when it is crashed. Bug 995784 Change-Id: I75b7a3b79fb8f9e7c6d58b14090637f794e38bad Signed-off-by: Rakesh Bodla <rbodla@nvidia.com> Reviewed-on: http://git-master/r/108284 Reviewed-by: Automatic_Commit_Validation_User Tested-by: Alexandre Berdery <aberdery@nvidia.com> Reviewed-by: Alexandre Berdery <aberdery@nvidia.com> Reviewed-by: Venkat Moganty <vmoganty@nvidia.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-tegra/board-enterprise-baseband.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-enterprise-baseband.c b/arch/arm/mach-tegra/board-enterprise-baseband.c
index 47cf83d0c4b9..91f3d625dde1 100644
--- a/arch/arm/mach-tegra/board-enterprise-baseband.c
+++ b/arch/arm/mach-tegra/board-enterprise-baseband.c
@@ -88,7 +88,7 @@ static struct tegra_usb_platform_data tegra_ehci2_ulpi_null_pdata = {
.u_data.host = {
.vbus_gpio = -1,
.vbus_reg = NULL,
- .hot_plug = false,
+ .hot_plug = true,
.remote_wakeup_supported = false,
.power_off_on_suspend = true,
},