Home
last modified time | relevance | path

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

/linux/arch/arm/mach-bcm/
A Dboard_bcm281xx.c33 struct device_node *np_wdog; in bcm281xx_restart() local
35 np_wdog = of_find_compatible_node(NULL, NULL, "brcm,kona-wdt"); in bcm281xx_restart()
36 if (!np_wdog) { in bcm281xx_restart()
40 base = of_iomap(np_wdog, 0); in bcm281xx_restart()
41 of_node_put(np_wdog); in bcm281xx_restart()

Completed in 4 milliseconds