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~331^2~79 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cd7e4a2cbb147a2f15abfad93e1af847e6bb339f;p=thirdparty%2Flinux.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 69cec814da444..fb67910927f18 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>; };