Skip to content

replaced "snps,max-mtu" with "max-frame-size in socfpga_cyclone5.dts#3

Open
mrkozmic wants to merge 1 commit intoExorEmbedded:3.10-LTSfrom
mrkozmic:patch-2
Open

replaced "snps,max-mtu" with "max-frame-size in socfpga_cyclone5.dts#3
mrkozmic wants to merge 1 commit intoExorEmbedded:3.10-LTSfrom
mrkozmic:patch-2

Conversation

@mrkozmic
Copy link

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);

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);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant