From: Stephen Warren Date: Fri, 11 May 2012 23:03:26 +0000 (-0600) Subject: ARM: dt: tegra: sort nodes based on bus order X-Git-Tag: v3.5-rc1~69^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c04abb3a07b56db4756b6f970609e65a8624b0a3;p=pandora-kernel.git ARM: dt: tegra: sort nodes based on bus order Sort the nodes according to the following rules: * First, any overrides for properties or nodes created by included files, in the order they appeared in the include file. * Second, any nodes with a reg property, in numerical order. * Third, any nodes without a reg property, in alphabetical order of node name. The second sorting rule at least will probably help if/when we need to explicitly insert nodes for the various busses in Tegra; that will just be an indentation change rather than also a node re-ordering. Signed-off-by: Stephen Warren Acked-by: Olof Johansson --- Reading git-diff-tree failed