From: Thomas Petazzoni Date: Fri, 9 Nov 2012 15:26:26 +0000 (+0100) Subject: arm: mvebu: don't list all boards in dt compat field for Armada 370/XP X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~12^2~1^2^2~6^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61505e117bb5d626ed7db2e9daa791e184d81bd3;p=pandora-kernel.git arm: mvebu: don't list all boards in dt compat field for Armada 370/XP Instead of listing explicitly all boards in the .dt_compat field of the DT_MACHINE_START structure for Armada 370/XP, use instead a compatible string that is common to all boards using the Armada 370/XP. This allows to add new boards by just using a different Device Tree, without having to modify the source code of the kernel. Note that the name of the array containing the compatible string is also renamed, to reflect the fact that it no longer contains the list of all boards. Signed-off-by: Thomas Petazzoni Acked-by: Gregory CLEMENT Tested-by: Gregory CLEMENT --- Reading git-diff-tree failed