Searched refs:smi_com_node (Results 1 – 1 of 1) sorted by relevance
477 struct device_node *smi_com_node; in mtk_smi_device_link_common() local481 smi_com_node = of_parse_phandle(dev->of_node, "mediatek,smi", 0); in mtk_smi_device_link_common()482 if (!smi_com_node) in mtk_smi_device_link_common()485 smi_com_pdev = of_find_device_by_node(smi_com_node); in mtk_smi_device_link_common()486 of_node_put(smi_com_node); in mtk_smi_device_link_common()