|
@@ -63,11 +63,16 @@ static const struct meson_gpio_irq_params gxl_params = {
|
|
|
.nr_hwirq = 110,
|
|
|
};
|
|
|
|
|
|
+static const struct meson_gpio_irq_params axg_params = {
|
|
|
+ .nr_hwirq = 100,
|
|
|
+};
|
|
|
+
|
|
|
static const struct of_device_id meson_irq_gpio_matches[] = {
|
|
|
{ .compatible = "amlogic,meson8-gpio-intc", .data = &meson8_params },
|
|
|
{ .compatible = "amlogic,meson8b-gpio-intc", .data = &meson8b_params },
|
|
|
{ .compatible = "amlogic,meson-gxbb-gpio-intc", .data = &gxbb_params },
|
|
|
{ .compatible = "amlogic,meson-gxl-gpio-intc", .data = &gxl_params },
|
|
|
+ { .compatible = "amlogic,meson-axg-gpio-intc", .data = &axg_params },
|
|
|
{ }
|
|
|
};
|
|
|
|