summaryrefslogtreecommitdiff
path: root/drivers/ata
diff options
context:
space:
mode:
authorvenkatajagadish <vjagadish@nvidia.com>2014-02-24 10:54:28 +0530
committerVenkata Jagadish <vjagadish@nvidia.com>2014-02-27 00:51:54 -0800
commit3143f5615d9c60d1fb8b05322b88330d00a659c8 (patch)
treeac0a690286de8a18f91875667b6f59c96c4465d9 /drivers/ata
parent146b01bc23e2727cbf20b01d2dbf58aaca734649 (diff)
SATA: tegra: Remove code for SATA_CFG_PHY_REG
This change removes the code for clear bit USE_7BIT_ALIGN_DET which is not required from T124 onwards. Bug 1466822 Change-Id: Ica09372ec5e0dcb9fe297b7b1ef78e3652647552 Signed-off-by: venkatajagadish <vjagadish@nvidia.com> Reviewed-on: http://git-master/r/373426 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Venu Byravarasu <vbyravarasu@nvidia.com>
Diffstat (limited to 'drivers/ata')
-rw-r--r--drivers/ata/ahci-tegra.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ata/ahci-tegra.c b/drivers/ata/ahci-tegra.c
index fde5cd5d37f5..167bf315663b 100644
--- a/drivers/ata/ahci-tegra.c
+++ b/drivers/ata/ahci-tegra.c
@@ -1061,7 +1061,6 @@ static int tegra_ahci_controller_init(struct tegra_ahci_host_priv *tegra_hpriv,
* T_SATA0_CFG_PHY_0
*/
val = scfg_readl(T_SATA0_CFG_PHY_REG);
- val &= ~PHY_USE_7BIT_ALIGN_DET_FOR_SPD_MASK;
val |= T_SATA0_CFG_PHY_SQUELCH_MASK;
scfg_writel(val, T_SATA0_CFG_PHY_REG);