Message ID | 20171204100504.7741-1-jbrunet@baylibre.com |
---|---|
State | Accepted |
Commit | 3106507e1004dd398ef75d0caf048f97ba2dfd0b |
Headers | show |
Series | ARM64: dts: meson-gxm: fix q200 interrupt number | expand |
Jerome Brunet <jbrunet@baylibre.com> writes: > 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> > --- > > This change depends on the related series from Martin [0] > Thanks for catching it Martin ! Applied to v4.16/dt64 on top of Martin's series. > [0]: https://lkml.kernel.org/r/20171202214037.17017-1-martin.blumenstingl@googlemail.com FYI: This results in: No such Message-ID known. Kevin -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxm-q200.dts b/arch/arm64/boot/dts/amlogic/meson-gxm-q200.dts index 9847fce443a8..388fac4f2d97 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxm-q200.dts +++ b/arch/arm64/boot/dts/amlogic/meson-gxm-q200.dts @@ -111,8 +111,8 @@ 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>; }; };
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> --- This change depends on the related series from Martin [0] Thanks for catching it Martin ! [0]: https://lkml.kernel.org/r/20171202214037.17017-1-martin.blumenstingl@googlemail.com arch/arm64/boot/dts/amlogic/meson-gxm-q200.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.14.3 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html