mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user