Home
last modified time | relevance | path

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

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