ARM64: dts: meson-gxm: fix q200 interrupt number
authorJerome Brunet <jbrunet@baylibre.com>
Mon, 4 Dec 2017 10:05:04 +0000 (11:05 +0100)
committerKevin Hilman <khilman@baylibre.com>
Fri, 8 Dec 2017 18:47:28 +0000 (10:47 -0800)
Correct the interrupt number assigned to the Realtek PHY in the q200

Fixes: b94d22d94ad2 ("ARM64: dts: meson-gx: add external PHY interrupt on some platforms")
Reported-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-gxm-q200.dts

index 9847fce443a859dd5b165ea942f3495304a82942..388fac4f2d977048be0dc7d065ebed369a5246c6 100644 (file)
                reg = <0>;
                max-speed = <1000>;
                interrupt-parent = <&gpio_intc>;
-               /* MAC_INTR on GPIOH_3 */
-               interrupts = <29 IRQ_TYPE_LEVEL_LOW>;
+               /* MAC_INTR on GPIOZ_15 */
+               interrupts = <25 IRQ_TYPE_LEVEL_LOW>;
        };
 };