Home
last modified time | relevance | path

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

/linux/arch/arm/mach-bcm/
H A Dboard_bcm281xx.c23 struct device_node *np_wdog; in bcm281xx_restart() local
25 np_wdog = of_find_compatible_node(NULL, NULL, "brcm,kona-wdt"); in bcm281xx_restart()
26 if (!np_wdog) { in bcm281xx_restart()
30 base = of_iomap(np_wdog, 0); in bcm281xx_restart()
31 of_node_put(np_wdog); in bcm281xx_restart()