commit | b7723f3f303d3b847e1adcb226328f432fe4b233 | [log] [tgz] |
---|---|---|
author | Allen Martin <amartin@nvidia.com> | Wed Jan 16 13:12:24 2013 +0000 |
committer | Tom Warren <twarren@nvidia.com> | Thu Jan 17 09:07:34 2013 -0700 |
tree | 46ca76644a6566bb844fcf310ae1864ca1fb50bf | |
parent | d3f8752ed60cbd18022aee0afb7784754c125170 [diff] |
tegra: fdt: sort dts files Sort nodes in dts files according the the following rules: 1) Any nodes that already exist in any /include/d file, in the order they appear in the /include/d file. 2) Any nodes with a reg property, in order of their address. 3) Any nodes without a reg property, alphabetically by node name. Signed-off-by: Allen Martin <amartin@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>