Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/spi/
Dspi-ppc4xx.c389 struct device_node *opbnp; in spi_ppc4xx_of_probe() local
468 opbnp = of_find_compatible_node(NULL, NULL, "ibm,opb"); in spi_ppc4xx_of_probe()
469 if (opbnp == NULL) { in spi_ppc4xx_of_probe()
475 clk = of_get_property(opbnp, "clock-frequency", NULL); in spi_ppc4xx_of_probe()
478 of_node_put(opbnp); in spi_ppc4xx_of_probe()
484 of_node_put(opbnp); in spi_ppc4xx_of_probe()