]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
karo: tx48: explicitly call tx48_phy_init()
authorLothar Waßmann <LW@KARO-electronics.de>
Mon, 15 Dec 2014 11:10:08 +0000 (12:10 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Mon, 15 Dec 2014 11:53:57 +0000 (12:53 +0100)
commit03b9708bf7863bfcff996f20f9d88347baf5e60b
treefbe9ee2a1b01f13fd27ce65f0e0ab7bc050bc49c
parent0bf7c8277ae91c783c731316a017be45b43532d3
karo: tx48: explicitly call tx48_phy_init()

The .phy_init callback in the cpsw_platform_data which hooks the
tx48_phy_init() function is not being used by the cpsw driver.
Call the function explicitly to make sure the ethernet phy is properly
initialized.
Also make sure the RESET_OUT pin of the TX48 module is activated
as early as possible.
board/karo/tx48/tx48.c