Re: [U-Boot] [PATCH v2 1/9] tegra: fdt: sort dts files

2013-01-12 Thread Simon Glass
On Sat, Jan 12, 2013 at 1:07 AM, Allen Martin wrote: > 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) A

[U-Boot] [PATCH v2 1/9] tegra: fdt: sort dts files

2013-01-12 Thread Allen Martin
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. Sign