7e3cdb663d3270b20a6b65a1ee1e4c92d804da77
[openwrt/staging/wigyori.git] / target / linux / layerscape / patches-5.4 / 302-dts-0034-arm64-dts-freescale-lx2160a-Inphi-in112525_s03-mdio-.patch
1 From fa7b2d215b494f912b591f28c1205593bccfc2cc Mon Sep 17 00:00:00 2001
2 From: Florin Chiculita <florinlaurentiu.chiculita@nxp.com>
3 Date: Sun, 16 Dec 2018 23:05:12 +0200
4 Subject: [PATCH] arm64: dts: freescale: lx2160a: Inphi in112525_s03 mdio node
5
6 Add Inphi retimer phyid in the mdio node, solving the probe issue
7 for this non-standard clause-45 device.
8
9 Signed-off-by: Florin Chiculita <florinlaurentiu.chiculita@nxp.com>
10 ---
11 arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts | 6 ++----
12 1 file changed, 2 insertions(+), 4 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 @@ -188,11 +188,9 @@
17 };
18
19 &emdio2 {
20 - inphi_phy: emdio2_phy@0 {
21 - compatible = "ethernet-phy-ieee802.3-c45";
22 + inphi_phy: ethernet-phy@0 {
23 + compatible = "ethernet-phy-id0210.7440";
24 reg = <0x0>;
25 - interrupts = <0 9 IRQ_TYPE_EDGE_FALLING>,
26 - <0 10 IRQ_TYPE_EDGE_FALLING>;
27 };
28 };
29