From: Anton Vorontsov Date: Sat, 2 May 2009 02:16:49 +0000 (+0400) Subject: powerpc/85xx: Fix mpc8569emds crypto node to include SNOW unit X-Git-Tag: v2.6.31-rc1~110^2~151 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cd7e4a2cbb147a2f15abfad93e1af847e6bb339f;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git powerpc/85xx: Fix mpc8569emds crypto node to include SNOW unit fsl,exec-units-mask should be 0xbfe to include SNOW unit in MPC8569E's security engine. Signed-off-by: Anton Vorontsov Signed-off-by: Kumar Gala --- diff --git a/arch/powerpc/boot/dts/mpc8569mds.dts b/arch/powerpc/boot/dts/mpc8569mds.dts index 69cec81..fb67910 100644 --- a/arch/powerpc/boot/dts/mpc8569mds.dts +++ b/arch/powerpc/boot/dts/mpc8569mds.dts @@ -221,7 +221,7 @@ interrupt-parent = <&mpic>; fsl,num-channels = <4>; fsl,channel-fifo-len = <24>; - fsl,exec-units-mask = <0x9fe>; + fsl,exec-units-mask = <0xbfe>; fsl,descriptor-types-mask = <0x3ab0ebf>; };