Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Dmpc5121_nfc.c519 struct device_node *rmnode; in mpc5121_nfc_read_hw_config() local
527 rmnode = of_find_compatible_node(NULL, NULL, "fsl,mpc5121-reset"); in mpc5121_nfc_read_hw_config()
528 if (!rmnode) { in mpc5121_nfc_read_hw_config()
534 rm = of_iomap(rmnode, 0); in mpc5121_nfc_read_hw_config()
588 of_node_put(rmnode); in mpc5121_nfc_read_hw_config()