arm64: dts: meson-axg: Enable GPIO interrupt controller

Enable the GPIO interrupt controller for the AXG SoCs.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
Reviewed-by: Jerome Brunet <jbrunet@baylibre.com>
Tested-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
This commit is contained in:
Carlo Caione 2018-12-01 16:43:01 +00:00 committed by Kevin Hilman
parent de7c2fa5fc
commit cbddb02e37

View File

@ -1540,12 +1540,12 @@
};
gpio_intc: interrupt-controller@f080 {
compatible = "amlogic,meson-gpio-intc";
compatible = "amlogic,meson-axg-gpio-intc",
"amlogic,meson-gpio-intc";
reg = <0x0 0xf080 0x0 0x10>;
interrupt-controller;
#interrupt-cells = <2>;
amlogic,channel-interrupts = <64 65 66 67 68 69 70 71>;
status = "disabled";
};
watchdog@f0d0 {