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/mpc832x_rdb.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/mpc832x_rdb.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc832x_rdb.dts | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/arch/powerpc/boot/dts/mpc832x_rdb.dts b/arch/powerpc/boot/dts/mpc832x_rdb.dts index 10ff7aadf9dc..4d5cfd32cd7c 100644 --- a/arch/powerpc/boot/dts/mpc832x_rdb.dts +++ b/arch/powerpc/boot/dts/mpc832x_rdb.dts | |||
@@ -166,17 +166,19 @@ | |||
166 | #address-cells = <1>; | 166 | #address-cells = <1>; |
167 | #size-cells = <1>; | 167 | #size-cells = <1>; |
168 | device_type = "qe"; | 168 | device_type = "qe"; |
169 | model = "QE"; | 169 | compatible = "fsl,qe"; |
170 | ranges = <0 e0100000 00100000>; | 170 | ranges = <0 e0100000 00100000>; |
171 | reg = <e0100000 480>; | 171 | reg = <e0100000 480>; |
172 | brg-frequency = <0>; | 172 | brg-frequency = <0>; |
173 | bus-frequency = <BCD3D80>; | 173 | bus-frequency = <BCD3D80>; |
174 | 174 | ||
175 | muram@10000 { | 175 | muram@10000 { |
176 | device_type = "muram"; | 176 | compatible = "fsl,qe-muram", "fsl,cpm-muram"; |
177 | ranges = <0 00010000 00004000>; | 177 | ranges = <0 00010000 00004000>; |
178 | 178 | ||
179 | data-only@0 { | 179 | data-only@0 { |
180 | compatible = "fsl,qe-muram-data", | ||
181 | "fsl,cpm-muram-data"; | ||
180 | reg = <0 4000>; | 182 | reg = <0 4000>; |
181 | }; | 183 | }; |
182 | }; | 184 | }; |
@@ -252,9 +254,9 @@ | |||
252 | }; | 254 | }; |
253 | }; | 255 | }; |
254 | 256 | ||
255 | qeic:qeic@80 { | 257 | qeic:interrupt-controller@80 { |
256 | interrupt-controller; | 258 | interrupt-controller; |
257 | device_type = "qeic"; | 259 | compatible = "fsl,qe-ic"; |
258 | #address-cells = <0>; | 260 | #address-cells = <0>; |
259 | #interrupt-cells = <1>; | 261 | #interrupt-cells = <1>; |
260 | reg = <80 80>; | 262 | reg = <80 80>; |