summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmri Itach <omrii@marvell.com>2017-05-21 19:24:03 +0300
committerKostya Porotchkin <kostap@marvell.com>2017-05-22 14:26:38 +0300
commit2fd7e2d887c9e6c06eb10878698f4c9bd970e386 (patch)
tree5c25f4b04081fc864f8e7e0c0a4c3723be4a4780
parentdd944afcd948a00f881554a41a93fa0242d8b370 (diff)
fix: mci: remove redundant enablement of register-mode access
according to design guidelines, enablement of register-mode access (mci_enable_phy_regs_access) is redundant and should not performed as a part of MCI initialization for A80x0-A1. Change-Id: I7b8fb70a4d6fa518ee56c64556305210a183f7a6 Signed-off-by: Omri Itach <omrii@marvell.com> Reviewed-on: http://vgitil04.il.marvell.com:8080/39746 Reviewed-by: Kostya Porotchkin <kostap@marvell.com> Tested-by: iSoC Platform CI <ykjenk@marvell.com> Reviewed-on: http://vgitil04.il.marvell.com:8080/39761
-rw-r--r--drivers/marvell/mci.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/marvell/mci.c b/drivers/marvell/mci.c
index 7bf36d4f..17760bcb 100644
--- a/drivers/marvell/mci.c
+++ b/drivers/marvell/mci.c
@@ -509,9 +509,6 @@ int mci_configure_a1(int mci_index)
} else
VERBOSE("MCI is used for boot source: skipping MCI ID assignment\n");
- /* enable PHY register mode read/write access */
- mci_enable_phy_regs_access(mci_index);
-
/* Configure MCI for more consistent behavior with AXI protocol */
rval = mci_axi_set_pcie_mode(mci_index);
if (rval)