]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
karo: tx48: explicitly call tx48_phy_init()
authorLothar Waßmann <LW@KARO-electronics.de>
Fri, 9 Jan 2015 10:49:50 +0000 (11:49 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 9 Jan 2015 12:08:01 +0000 (13:08 +0100)
commitdab997736235541019590c6a450f9e506107f5bb
tree677fd5e43e5075e70855fde136f83fcfaf342d16
parentd71fce9377aafc8e172794a00e088b288bf009c4
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