summaryrefslogtreecommitdiff
path: root/board/freescale/mx7d_12x12_lpddr3_arm2
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2015-02-23 14:01:26 -0300
committerPeng Fan <Peng.Fan@freescale.com>2015-04-29 15:02:00 +0800
commita68c85b315cd37b183fd9c4311e9098fa0d1be82 (patch)
tree2cf62eeecfc66f7863c2afecc403f1f07c1632c3 /board/freescale/mx7d_12x12_lpddr3_arm2
parentaf3ff6334d1b7b0e1e17311edba599eae2a5bd4d (diff)
downloadu-boot-imx-a68c85b315cd37b183fd9c4311e9098fa0d1be82.zip
u-boot-imx-a68c85b315cd37b183fd9c4311e9098fa0d1be82.tar.gz
u-boot-imx-a68c85b315cd37b183fd9c4311e9098fa0d1be82.tar.bz2
MLK-10446: mx7d_12x12_lpddr3_arm2: Enable 1.8V on PHY ctrl
Enable 1.8V on PHY control, so that Gigabit PHY operation can be functional. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Nitin Garg <nitin.garg@freescale.com> (cherry picked from commit a17f1300a1b6d3b46a090baa84ba2fef104a1af6) Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'board/freescale/mx7d_12x12_lpddr3_arm2')
-rw-r--r--board/freescale/mx7d_12x12_lpddr3_arm2/mx7d_12x12_lpddr3_arm2.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/freescale/mx7d_12x12_lpddr3_arm2/mx7d_12x12_lpddr3_arm2.c b/board/freescale/mx7d_12x12_lpddr3_arm2/mx7d_12x12_lpddr3_arm2.c
index 7aa54e9..efef8f7 100644
--- a/board/freescale/mx7d_12x12_lpddr3_arm2/mx7d_12x12_lpddr3_arm2.c
+++ b/board/freescale/mx7d_12x12_lpddr3_arm2/mx7d_12x12_lpddr3_arm2.c
@@ -503,12 +503,10 @@ static int setup_fec(void)
int board_phy_config(struct phy_device *phydev)
{
-#ifdef CONFIG_FEC_ENABLE_MAX7322
/* Enable 1.8V(SEL_1P5_1P8_POS_REG) on
Phy control debug reg 0 */
phy_write(phydev, MDIO_DEVAD_NONE, 0x1d, 0x1f);
phy_write(phydev, MDIO_DEVAD_NONE, 0x1e, 0x8);
-#endif
/* rgmii tx clock delay enable */
phy_write(phydev, MDIO_DEVAD_NONE, 0x1d, 0x05);