layerscape: add patches-5.4
[openwrt/staging/mkresin.git] / target / linux / layerscape / patches-5.4 / 302-dts-0064-arm64-dts-lx2160a-update-interrupt-property-for-Aqua.patch
1 From e463f4a9d933d2d62a065bba356a9eb04a9f3ac0 Mon Sep 17 00:00:00 2001
2 From: Florin Chiculita <florinlaurentiu.chiculita@nxp.com>
3 Date: Tue, 11 Jun 2019 23:53:45 +0300
4 Subject: [PATCH] arm64: dts: lx2160a: update interrupt property for Aquantia
5 phy
6
7 Update Aquantia AQR107 nodes interrupt property.
8
9 Signed-off-by: Florin Chiculita <florinlaurentiu.chiculita@nxp.com>
10 ---
11 arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts | 4 ++--
12 1 file changed, 2 insertions(+), 2 deletions(-)
13
14 --- a/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts
15 +++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts
16 @@ -200,13 +200,13 @@
17 aquantia_phy1: ethernet-phy@4 {
18 /* AQR107 PHY - "compatible" property not strictly needed */
19 compatible = "ethernet-phy-ieee802.3-c45";
20 - interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
21 + interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
22 reg = <0x4>;
23 };
24 aquantia_phy2: ethernet-phy@5 {
25 /* AQR107 PHY - "compatible" property not strictly needed */
26 compatible = "ethernet-phy-ieee802.3-c45";
27 - interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
28 + interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
29 reg = <0x5>;
30 };
31 };