diff options
author | Anton Vorontsov <avorontsov@ru.mvista.com> | 2008-01-24 10:39:59 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-28 09:32:55 -0500 |
commit | a2dd70a11d4c9cb8a4e4bb41f53a9b430e08559b (patch) | |
tree | 0ecb6b3f6ed79c06db25299450a7ea1ef216ed5a /arch/powerpc/boot/dts/mpc836x_mds.dts | |
parent | f67be814ff8e862422739cb424ce8c4e6c142c28 (diff) |
[POWERPC] QE: get rid of most device_types and model
Now we're searching for "fsl,qe", "fsl,qe-muram", "fsl,qe-muram-data"
and "fsl,qe-ic".
Unfortunately it's still impossible to remove device_type = "qe"
from the existing device trees because older u-boots are looking for it.
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/mpc836x_mds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc836x_mds.dts | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/arch/powerpc/boot/dts/mpc836x_mds.dts b/arch/powerpc/boot/dts/mpc836x_mds.dts index 2181d2cdbff2..9a2581b6a170 100644 --- a/arch/powerpc/boot/dts/mpc836x_mds.dts +++ b/arch/powerpc/boot/dts/mpc836x_mds.dts | |||
@@ -207,17 +207,19 @@ | |||
207 | #address-cells = <1>; | 207 | #address-cells = <1>; |
208 | #size-cells = <1>; | 208 | #size-cells = <1>; |
209 | device_type = "qe"; | 209 | device_type = "qe"; |
210 | model = "QE"; | 210 | compatible = "fsl,qe"; |
211 | ranges = <0 e0100000 00100000>; | 211 | ranges = <0 e0100000 00100000>; |
212 | reg = <e0100000 480>; | 212 | reg = <e0100000 480>; |
213 | brg-frequency = <0>; | 213 | brg-frequency = <0>; |
214 | bus-frequency = <179A7B00>; | 214 | bus-frequency = <179A7B00>; |
215 | 215 | ||
216 | muram@10000 { | 216 | muram@10000 { |
217 | device_type = "muram"; | 217 | compatible = "fsl,qe-muram", "fsl,cpm-muram"; |
218 | ranges = <0 00010000 0000c000>; | 218 | ranges = <0 00010000 0000c000>; |
219 | 219 | ||
220 | data-only@0{ | 220 | data-only@0{ |
221 | compatible = "fsl,qe-muram-data", | ||
222 | "fsl,cpm-muram-data"; | ||
221 | reg = <0 c000>; | 223 | reg = <0 c000>; |
222 | }; | 224 | }; |
223 | }; | 225 | }; |
@@ -303,9 +305,9 @@ | |||
303 | }; | 305 | }; |
304 | }; | 306 | }; |
305 | 307 | ||
306 | qeic: qeic@80 { | 308 | qeic: interrupt-controller@80 { |
307 | interrupt-controller; | 309 | interrupt-controller; |
308 | device_type = "qeic"; | 310 | compatible = "fsl,qe-ic"; |
309 | #address-cells = <0>; | 311 | #address-cells = <0>; |
310 | #interrupt-cells = <1>; | 312 | #interrupt-cells = <1>; |
311 | reg = <80 80>; | 313 | reg = <80 80>; |