From: Marc Kleine-Budde Date: Thu, 3 Oct 2013 21:51:55 +0000 (+0200) Subject: can: flexcan: fix mx28 detection by rearanging OF match table X-Git-Tag: v3.12-rc7~20^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e358784297992b012e8071764d996191dd2b1a54;p=pandora-kernel.git can: flexcan: fix mx28 detection by rearanging OF match table The current implemetation of of_match_device() relies that the of_device_id table in the driver is sorted from most specific to least specific compatible. Without this patch the mx28 is detected as the less specific p1010. This leads to a p1010 specific workaround is activated on the mx28, which is not needed. Cc: linux-stable Signed-off-by: Marc Kleine-Budde --- Reading git-diff-tree failed