arm64: dts: meson: add ethernet interrupt to wetek dtsi
authorChristian Hewitt <christianshewitt@gmail.com>
Mon, 18 May 2020 02:54:51 +0000 (02:54 +0000)
committerKevin Hilman <khilman@baylibre.com>
Tue, 19 May 2020 23:31:57 +0000 (16:31 -0700)
Add Ethernet interrupt details to the WeTek Hub/Play2 dtsi to resolve
an issue with Ethernet probing in mainline u-boot.

Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Link: https://lore.kernel.org/r/20200518025451.16401-1-christianshewitt@gmail.com
arch/arm64/boot/dts/amlogic/meson-gxbb-wetek.dtsi

index d6133af..ad81285 100644 (file)
                        reset-assert-us = <10000>;
                        reset-deassert-us = <30000>;
                        reset-gpios = <&gpio GPIOZ_14 GPIO_ACTIVE_LOW>;
+
+                       interrupt-parent = <&gpio_intc>;
+                       /* MAC_INTR on GPIOZ_15 */
+                       interrupts = <29 IRQ_TYPE_LEVEL_LOW>;
                };
        };
 };