From: Icenowy Zheng <icenowy@xxxxxxxx> Some Pine64+ boards are said to have broken RTL8211E PHY. Enable the workaround in Pine64+ device tree file. Signed-off-by: Icenowy Zheng <icenowy@xxxxxxxx> --- arch/arm64/boot/dts/allwinner/sun50i-a64-pine64-plus.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64-plus.dts b/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64-plus.dts index 790d14daaa6a..1f59ee4f8b45 100644 --- a/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64-plus.dts +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64-plus.dts @@ -48,3 +48,7 @@ /* TODO: Camera, Ethernet PHY, touchscreen, etc. */ }; + +&ext_phy { + realtek,disable-rx-delay; +}; -- 2.12.2 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html