]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: meson: sm1: set gpio interrupt controller compatible
authorJerome Brunet <jbrunet@baylibre.com>
Mon, 2 Sep 2019 16:03:34 +0000 (18:03 +0200)
committerKevin Hilman <khilman@baylibre.com>
Thu, 3 Oct 2019 15:42:59 +0000 (08:42 -0700)
Set the appropriate gpio interrupt controller compatible for the
sm1 SoC family. This newer version of the controller can now
trig irq on both edge of the input signal

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-sm1.dtsi

index 521573f3a5babef270b05b6080c846ef1def4431..6152e928aef2f8a867319b8d51d6294a6b74ebb3 100644 (file)
@@ -134,6 +134,11 @@ &ethmac {
        power-domains = <&pwrc PWRC_SM1_ETH_ID>;
 };
 
+&gpio_intc {
+       compatible = "amlogic,meson-sm1-gpio-intc",
+                    "amlogic,meson-gpio-intc";
+};
+
 &pwrc {
        compatible = "amlogic,meson-sm1-pwrc";
 };