diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2017-12-04 05:05:04 -0500 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-12-08 13:47:28 -0500 |
commit | 3106507e1004dd398ef75d0caf048f97ba2dfd0b (patch) | |
tree | be75c028c41234ec5f745339ae77ac94d316c9d7 | |
parent | 45293920c62cc391ce0b601646d90b33e379ee96 (diff) |
ARM64: dts: meson-gxm: fix q200 interrupt number
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>
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxm-q200.dts | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
111 | reg = <0>; | 111 | reg = <0>; |
112 | max-speed = <1000>; | 112 | max-speed = <1000>; |
113 | interrupt-parent = <&gpio_intc>; | 113 | interrupt-parent = <&gpio_intc>; |
114 | /* MAC_INTR on GPIOH_3 */ | 114 | /* MAC_INTR on GPIOZ_15 */ |
115 | interrupts = <29 IRQ_TYPE_LEVEL_LOW>; | 115 | interrupts = <25 IRQ_TYPE_LEVEL_LOW>; |
116 | }; | 116 | }; |
117 | }; | 117 | }; |
118 | 118 | ||