On Mon, Oct 23 2023 at 08:40, Yu Chien Peter Lin wrote: > + > + if (strcmp(cp, "riscv,cpu-intc") == 0) > + chip = &riscv_intc_chip; > + else if (strcmp(cp, "andestech,cpu-intc") == 0) > + chip = &andes_intc_chip; > + else > + return -ENXIO; See the other reply.