mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 20:14:06 +02:00
ARM64: dts: meson-gxm: fix q200 interrupt number
Correct the interrupt number assigned to the Realtek PHY in the q200
Fixes: b94d22d94a ("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>
This commit is contained in:
parent
45293920c6
commit
3106507e10
|
|
@ -111,8 +111,8 @@ external_phy: ethernet-phy@0 {
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
max-speed = <1000>;
|
max-speed = <1000>;
|
||||||
interrupt-parent = <&gpio_intc>;
|
interrupt-parent = <&gpio_intc>;
|
||||||
/* MAC_INTR on GPIOH_3 */
|
/* MAC_INTR on GPIOZ_15 */
|
||||||
interrupts = <29 IRQ_TYPE_LEVEL_LOW>;
|
interrupts = <25 IRQ_TYPE_LEVEL_LOW>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user