Searched refs:smi_com_node (Results 1 – 1 of 1) sorted by relevance
588 struct device_node *smi_com_node; in mtk_smi_device_link_common() local592 smi_com_node = of_parse_phandle(dev->of_node, "mediatek,smi", 0); in mtk_smi_device_link_common()593 if (!smi_com_node) in mtk_smi_device_link_common()596 smi_com_pdev = of_find_device_by_node(smi_com_node); in mtk_smi_device_link_common()597 of_node_put(smi_com_node); in mtk_smi_device_link_common()