BOOTSTAGE
ret = regmap_read(errmon->regmap, BOOTSTAGE, &data);
ret = regmap_read(misc->regmap, BOOTSTAGE, &bootstage);
ret = regmap_write(misc->regmap, BOOTSTAGE, ((bootstage & 0xff00) | 0x1));