diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2011-10-20 00:36:14 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-11-24 03:01:35 -0500 |
commit | 43cfddc3d9989caf53617236d57ee475da5ea81b (patch) | |
tree | 5deede418a641f56630af55c687b29efb63385e8 /arch/powerpc/boot | |
parent | 38b8f1687f732e0d54340429acd5751b8c679690 (diff) |
powerpc/85xx: Update P1020 SEC3.3 node to match actual SoC HW
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r-- | arch/powerpc/boot/dts/p1020si.dtsi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/arch/powerpc/boot/dts/p1020si.dtsi b/arch/powerpc/boot/dts/p1020si.dtsi index 25e10cf5a6bc..5514e1d94775 100644 --- a/arch/powerpc/boot/dts/p1020si.dtsi +++ b/arch/powerpc/boot/dts/p1020si.dtsi | |||
@@ -305,15 +305,16 @@ | |||
305 | }; | 305 | }; |
306 | 306 | ||
307 | crypto@30000 { | 307 | crypto@30000 { |
308 | compatible = "fsl,sec3.1", "fsl,sec3.0", "fsl,sec2.4", | 308 | compatible = "fsl,sec3.3", "fsl,sec3.1", "fsl,sec3.0", |
309 | "fsl,sec2.2", "fsl,sec2.1", "fsl,sec2.0"; | 309 | "fsl,sec2.4", "fsl,sec2.2", "fsl,sec2.1", |
310 | "fsl,sec2.0"; | ||
310 | reg = <0x30000 0x10000>; | 311 | reg = <0x30000 0x10000>; |
311 | interrupts = <45 2 58 2>; | 312 | interrupts = <45 2 58 2>; |
312 | interrupt-parent = <&mpic>; | 313 | interrupt-parent = <&mpic>; |
313 | fsl,num-channels = <4>; | 314 | fsl,num-channels = <4>; |
314 | fsl,channel-fifo-len = <24>; | 315 | fsl,channel-fifo-len = <24>; |
315 | fsl,exec-units-mask = <0xbfe>; | 316 | fsl,exec-units-mask = <0x97c>; |
316 | fsl,descriptor-types-mask = <0x3ab0ebf>; | 317 | fsl,descriptor-types-mask = <0x3a30abf>; |
317 | }; | 318 | }; |
318 | 319 | ||
319 | mpic: pic@40000 { | 320 | mpic: pic@40000 { |