From: Shawn Guo Date: Sun, 19 May 2013 04:38:46 +0000 (+0000) Subject: net: fec: use a more proper compatible string for MVF type device X-Git-Tag: v3.10-rc3~18^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3680354209dcdeb84671ad3740ef52ab754e05d0;p=pandora-kernel.git net: fec: use a more proper compatible string for MVF type device MVF is a family while MVF600 is a particular SoC in the family. We generally prefer to use SoC rather than family name in compatible string to define a particular type of fec device. And this is how fec_dt_ids works for all those IMX fec variants. Let's change mvf to mvf600 to have it work in the same way. Signed-off-by: Shawn Guo Signed-off-by: David S. Miller --- Reading git-diff-tree failed