This enables the acpi based workaround for HiSilicon erratum 161010801. Signed-off-by: shameer <shameerali.kolothum.thodi@xxxxxxxxxx> --- drivers/irqchip/irq-gic-v3-its.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/irqchip/irq-gic-v3-its.c b/drivers/irqchip/irq-gic-v3-its.c index 9fa12b7..d0f5099 100644 --- a/drivers/irqchip/irq-gic-v3-its.c +++ b/drivers/irqchip/irq-gic-v3-its.c @@ -1868,7 +1868,10 @@ struct acpi_madt_its_quirks { /*Upadate as per the board OEM ID and TABLE ID*/ struct acpi_madt_its_quirks acpi_its_quirks[] __initdata = { - +#ifdef CONFIG_HISILICON_ERRATUM_161010801 + {"HISI ", "HIP06 ", 0, 0, "hisilicon,erratum-161010801"}, + {"HISI ", "HIP07 ", 0, 0, "hisilicon,erratum-161010801"}, +#endif }; static void acpi_its_enable_erratum(const char *erratum) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html