arm64: dts: meson-axg: Enable GPIO interrupt controller
authorCarlo Caione <ccaione@baylibre.com>
Sat, 1 Dec 2018 16:43:01 +0000 (16:43 +0000)
committerKevin Hilman <khilman@baylibre.com>
Fri, 7 Dec 2018 21:47:59 +0000 (13:47 -0800)
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>
arch/arm64/boot/dts/amlogic/meson-axg.dtsi

index f077b21..b160bd1 100644 (file)
                        };
 
                        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 {