Searched refs:smi_com_node (Results 1 – 1 of 1) sorted by relevance
511 struct device_node *smi_com_node; in mtk_smi_device_link_common() local515 smi_com_node = of_parse_phandle(dev->of_node, "mediatek,smi", 0); in mtk_smi_device_link_common()516 if (!smi_com_node) in mtk_smi_device_link_common()519 smi_com_pdev = of_find_device_by_node(smi_com_node); in mtk_smi_device_link_common()520 of_node_put(smi_com_node); in mtk_smi_device_link_common()