aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc8272ads.dts
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2008-07-08 20:13:33 -0400
committerKumar Gala <galak@kernel.crashing.org>2008-07-14 08:55:47 -0400
commit3fd44736db9a5bf33e4a216b9cd43c9cfd57c459 (patch)
tree855b82f0fad5dbff233bb89a389fb556e737980f /arch/powerpc/boot/dts/mpc8272ads.dts
parentd0fc2eaaf4c56a95f5ed29b6bfb609e19714fc16 (diff)
powerpc/fsl: update crypto node definition and device tree instances
delete obsolete device-type property, delete model property (use compatible property instead), prepend "fsl," to Freescale specific properties. Add nodes to device trees that are missing them, and fix broken property values in other trees. Signed-off-by: Kim Phillips <kim.phillips@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8272ads.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc8272ads.dts21
1 files changed, 7 insertions, 14 deletions
diff --git a/arch/powerpc/boot/dts/mpc8272ads.dts b/arch/powerpc/boot/dts/mpc8272ads.dts
index d27f8a73c24a..2a1929acaabd 100644
--- a/arch/powerpc/boot/dts/mpc8272ads.dts
+++ b/arch/powerpc/boot/dts/mpc8272ads.dts
@@ -237,22 +237,15 @@
237 compatible = "fsl,mpc8272-pic", "fsl,cpm2-pic"; 237 compatible = "fsl,mpc8272-pic", "fsl,cpm2-pic";
238 }; 238 };
239 239
240/* May need to remove if on a part without crypto engine */
241 crypto@30000 { 240 crypto@30000 {
242 device_type = "crypto"; 241 compatible = "fsl,sec1.0";
243 model = "SEC2"; 242 reg = <0x40000 0x13000>;
244 compatible = "fsl,mpc8272-talitos-sec2", 243 interrupts = <47 0x8>;
245 "fsl,talitos-sec2",
246 "fsl,talitos",
247 "talitos";
248 reg = <0x30000 0x10000>;
249 interrupts = <11 8>;
250 interrupt-parent = <&PIC>; 244 interrupt-parent = <&PIC>;
251 num-channels = <4>; 245 fsl,num-channels = <4>;
252 channel-fifo-len = <24>; 246 fsl,channel-fifo-len = <24>;
253 exec-units-mask = <0x7e>; 247 fsl,exec-units-mask = <0x7e>;
254/* desc mask is for rev1.x, we need runtime fixup for >=2.x */ 248 fsl,descriptor-types-mask = <0x1010415>;
255 descriptor-types-mask = <0x1010ebf>;
256 }; 249 };
257 }; 250 };
258 251