ARM64: dts: meson-gxl: add internal ethernet PHY irq
authorJerome Brunet <jbrunet@baylibre.com>
Mon, 18 Dec 2017 10:27:13 +0000 (11:27 +0100)
committerKevin Hilman <khilman@baylibre.com>
Mon, 12 Feb 2018 22:13:04 +0000 (14:13 -0800)
Add the interrupt of the internal ethernet PHY

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

index 4f355f17eed6bcc29dcc14fb4546fce6a083a57f..c8514110b9da2dc2f40988ad0ae733437e33420a 100644 (file)
 
                        internal_phy: ethernet-phy@8 {
                                compatible = "ethernet-phy-id0181.4400", "ethernet-phy-ieee802.3-c22";
+                               interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
                                reg = <8>;
                                max-speed = <100>;
                        };