X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fwigyori.git;a=blobdiff_plain;f=target%2Flinux%2Flayerscape%2Fpatches-5.4%2F302-dts-0034-arm64-dts-freescale-lx2160a-Inphi-in112525_s03-mdio-.patch;fp=target%2Flinux%2Flayerscape%2Fpatches-5.4%2F302-dts-0034-arm64-dts-freescale-lx2160a-Inphi-in112525_s03-mdio-.patch;h=7e3cdb663d3270b20a6b65a1ee1e4c92d804da77;hp=0000000000000000000000000000000000000000;hb=cddd4591404fb4c53dc0b3c0b15b942cdbed4356;hpb=d1d2c0b5579ea4f69a42246c9318539d61ba1999 diff --git a/target/linux/layerscape/patches-5.4/302-dts-0034-arm64-dts-freescale-lx2160a-Inphi-in112525_s03-mdio-.patch b/target/linux/layerscape/patches-5.4/302-dts-0034-arm64-dts-freescale-lx2160a-Inphi-in112525_s03-mdio-.patch new file mode 100644 index 0000000000..7e3cdb663d --- /dev/null +++ b/target/linux/layerscape/patches-5.4/302-dts-0034-arm64-dts-freescale-lx2160a-Inphi-in112525_s03-mdio-.patch @@ -0,0 +1,29 @@ +From fa7b2d215b494f912b591f28c1205593bccfc2cc Mon Sep 17 00:00:00 2001 +From: Florin Chiculita +Date: Sun, 16 Dec 2018 23:05:12 +0200 +Subject: [PATCH] arm64: dts: freescale: lx2160a: Inphi in112525_s03 mdio node + +Add Inphi retimer phyid in the mdio node, solving the probe issue +for this non-standard clause-45 device. + +Signed-off-by: Florin Chiculita +--- + arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts | 6 ++---- + 1 file changed, 2 insertions(+), 4 deletions(-) + +--- a/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts ++++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts +@@ -188,11 +188,9 @@ + }; + + &emdio2 { +- inphi_phy: emdio2_phy@0 { +- compatible = "ethernet-phy-ieee802.3-c45"; ++ inphi_phy: ethernet-phy@0 { ++ compatible = "ethernet-phy-id0210.7440"; + reg = <0x0>; +- interrupts = <0 9 IRQ_TYPE_EDGE_FALLING>, +- <0 10 IRQ_TYPE_EDGE_FALLING>; + }; + }; +