diff options
author | Allen Martin <amartin@nvidia.com> | 2013-01-16 13:12:24 +0000 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2013-01-17 09:07:34 -0700 |
commit | b7723f3f303d3b847e1adcb226328f432fe4b233 (patch) | |
tree | 46ca76644a6566bb844fcf310ae1864ca1fb50bf /board/nvidia/dts/tegra20-harmony.dts | |
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>
Diffstat (limited to 'board/nvidia/dts/tegra20-harmony.dts')
-rw-r--r-- | board/nvidia/dts/tegra20-harmony.dts | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/board/nvidia/dts/tegra20-harmony.dts b/board/nvidia/dts/tegra20-harmony.dts index b456406182b..aeda3a1ffbb 100644 --- a/board/nvidia/dts/tegra20-harmony.dts +++ b/board/nvidia/dts/tegra20-harmony.dts @@ -19,6 +19,16 @@ clock-frequency = < 216000000 >; }; + nand-controller@70008000 { + nvidia,wp-gpios = <&gpio 23 0>; /* PC7 */ + nvidia,width = <8>; + nvidia,timing = <26 100 20 80 20 10 12 10 70>; + nand@0 { + reg = <0>; + compatible = "hynix,hy27uf4g2b", "nand-flash"; + }; + }; + i2c@7000c000 { status = "disabled"; }; @@ -42,14 +52,4 @@ usb@c5004000 { nvidia,phy-reset-gpio = <&gpio 169 0>; /* gpio PV1 */ }; - - nand-controller@70008000 { - nvidia,wp-gpios = <&gpio 23 0>; /* PC7 */ - nvidia,width = <8>; - nvidia,timing = <26 100 20 80 20 10 12 10 70>; - nand@0 { - reg = <0>; - compatible = "hynix,hy27uf4g2b", "nand-flash"; - }; - }; }; |