9 #include <linux/kernel.h>
13 #include <linux/device.h>
21 { .compatible =
"sirf,prima2-rstc" },
25 static int __init sirfsoc_of_rstc_init(
void)
31 panic(
"unable to find compatible rstc node in dtb\n");
35 panic(
"unable to map rstc cpu registers\n");
46 unsigned int reset_bit;
72 #define SIRFSOC_SYS_RST_BIT BIT(31)