Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/imx/
H A Dclk-imxrt1050.c42 struct device_node *anp; in imxrt1050_clocks_probe() local
55 anp = of_find_compatible_node(NULL, NULL, "fsl,imxrt-anatop"); in imxrt1050_clocks_probe()
56 pll_base = devm_of_iomap(dev, anp, 0, NULL); in imxrt1050_clocks_probe()
57 of_node_put(anp); in imxrt1050_clocks_probe()