diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-05-12 01:03:26 +0200 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2012-05-14 18:55:15 +0200 |
commit | c04abb3a07b56db4756b6f970609e65a8624b0a3 (patch) | |
tree | 8d3290dcd70672b60c1a269e4dd17279eace801c /Kbuild | |
parent | ARM: dt: tegra: remove duplicate device_type property (diff) | |
download | linux-c04abb3a07b56db4756b6f970609e65a8624b0a3.tar.xz linux-c04abb3a07b56db4756b6f970609e65a8624b0a3.zip |
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 <swarren@nvidia.com>
Acked-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions