From d1902c4cd5bb1c279e82b0d45ab8ffb63ac35949 Mon Sep 17 00:00:00 2001 From: Michal Koziel Date: Wed, 23 Dec 2015 16:01:01 +0100 Subject: [PATCH] replaced "snps,max-mtu" with "max-frame-size in socfpga_cyclone5.dts The "snps,max-mtu" is not recognized by the stmmac driver, but "max-frame-size" is: see file: stmmac_platform.c function: stmmac_probe_config_dt of_property_read_u32(np, "max-frame-size", &plat->maxmtu); --- arch/arm/boot/dts/socfpga_cyclone5.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/socfpga_cyclone5.dts b/arch/arm/boot/dts/socfpga_cyclone5.dts index 9fd6081403..df376fd2f6 100644 --- a/arch/arm/boot/dts/socfpga_cyclone5.dts +++ b/arch/arm/boot/dts/socfpga_cyclone5.dts @@ -217,7 +217,7 @@ txc-skew-ps = <2600>; rxdv-skew-ps = <0>; rxc-skew-ps = <2000>; - snps,max-mtu = <3800>; + max-frame-size = <3800>; status = "okay"; };