eth: txhd2 resume eth0 link down [2/2]

PD#SWPL-128836

Problem:
txhd2 resume eth0 down

Solution:
txhd2 use new pll

Verify:
be311

Change-Id: I0ef2b40623ee1642a2241bb5e551f3725235069c
Signed-off-by: Zhuo Wang <zhuo.wang@amlogic.com>
This commit is contained in:
Zhuo Wang
2023-06-20 17:51:35 +08:00
committed by Qianggui Song
parent d0077fdd27
commit 86d9ec00c9
-5
View File
@@ -79,11 +79,6 @@ struct g12a_ephy_pll {
struct clk_hw hw;
};
#if IS_ENABLED(CONFIG_AMLOGIC_ETH_PRIVE)
/*0 for 12nm, 1 for 22nm*/
unsigned int phy_pll_mode;
#endif
#define g12a_ephy_pll_to_dev(_hw) \
container_of(_hw, struct g12a_ephy_pll, hw)