aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Cooper <jason@lakedaemon.net>2013-12-22 12:16:36 -0500
committerJason Cooper <jason@lakedaemon.net>2013-12-22 12:20:00 -0500
commitd8e0a2b65a78f97901fb9a1da08a79f50d7fc25a (patch)
tree1afbff5aeeb2243492843976a146496ed497691f
parent0ad82cd81b00d9a7c6d183ef955947b5bc5eef9e (diff)
ARM: kirkwood: 6282: sort DT nodes by address
We recently sorted the nodes in dove, orion5x, kirkwood, and armada 370/xp. However, I missed this file. -6281 is fine. Signed-off-by: Jason Cooper <jason@lakedaemon.net>
-rw-r--r--arch/arm/boot/dts/kirkwood-6282.dtsi35
1 files changed, 17 insertions, 18 deletions
diff --git a/arch/arm/boot/dts/kirkwood-6282.dtsi b/arch/arm/boot/dts/kirkwood-6282.dtsi
index a4fec0432168..2902e0d7971d 100644
--- a/arch/arm/boot/dts/kirkwood-6282.dtsi
+++ b/arch/arm/boot/dts/kirkwood-6282.dtsi
@@ -104,6 +104,12 @@
104 }; 104 };
105 }; 105 };
106 106
107 thermal@10078 {
108 compatible = "marvell,kirkwood-thermal";
109 reg = <0x10078 0x4>;
110 status = "okay";
111 };
112
107 rtc@10300 { 113 rtc@10300 {
108 compatible = "marvell,kirkwood-rtc", "marvell,orion-rtc"; 114 compatible = "marvell,kirkwood-rtc", "marvell,orion-rtc";
109 reg = <0x10300 0x20>; 115 reg = <0x10300 0x20>;
@@ -111,6 +117,17 @@
111 clocks = <&gate_clk 7>; 117 clocks = <&gate_clk 7>;
112 }; 118 };
113 119
120 i2c@11100 {
121 compatible = "marvell,mv64xxx-i2c";
122 reg = <0x11100 0x20>;
123 #address-cells = <1>;
124 #size-cells = <0>;
125 interrupts = <32>;
126 clock-frequency = <100000>;
127 clocks = <&gate_clk 7>;
128 status = "disabled";
129 };
130
114 sata@80000 { 131 sata@80000 {
115 compatible = "marvell,orion-sata"; 132 compatible = "marvell,orion-sata";
116 reg = <0x80000 0x5000>; 133 reg = <0x80000 0x5000>;
@@ -135,23 +152,5 @@
135 cap-mmc-highspeed; 152 cap-mmc-highspeed;
136 status = "disabled"; 153 status = "disabled";
137 }; 154 };
138
139 thermal@10078 {
140 compatible = "marvell,kirkwood-thermal";
141 reg = <0x10078 0x4>;
142 status = "okay";
143 };
144
145 i2c@11100 {
146 compatible = "marvell,mv64xxx-i2c";
147 reg = <0x11100 0x20>;
148 #address-cells = <1>;
149 #size-cells = <0>;
150 interrupts = <32>;
151 clock-frequency = <100000>;
152 clocks = <&gate_clk 7>;
153 status = "disabled";
154 };
155
156 }; 155 };
157}; 156};