Home
last modified time | relevance | path

Searched refs:phy_parent_node (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/dsa/microchip/
H A Dksz_common.c2640 struct device_node *phy_node, *phy_parent_node; in ksz_parse_dt_phy_config() local
2658 phy_parent_node = of_get_parent(phy_node); in ksz_parse_dt_phy_config()
2659 if (!phy_parent_node) { in ksz_parse_dt_phy_config()
2663 } else if (phy_parent_node != mdio_np) { in ksz_parse_dt_phy_config()
2665 dp->index, mdio_np, phy_parent_node); in ksz_parse_dt_phy_config()
2684 of_node_put(phy_parent_node); in ksz_parse_dt_phy_config()