Re: [PATCH v3] powerpc: update crypto node definition and device tree instances

2008-07-07 Thread Kim Phillips
On Sat, 5 Jul 2008 00:45:50 +0200 Segher Boessenkool [EMAIL PROTECTED] wrote: +- compatible : Should contain entries for this and backward compatible + SEC versions, high to low, e.g., fsl,sec2.1, fsl,sec2.0 First entry should state the _exact_ version of the device. sec-N.M thus the

Re: [PATCH v3] powerpc: update crypto node definition and device tree instances

2008-07-04 Thread Segher Boessenkool
+- compatible : Should contain entries for this and backward compatible + SEC versions, high to low, e.g., fsl,sec2.1, fsl,sec2.0 First entry should state the _exact_ version of the device. sec-N.M isn't good enough; there can be implementation bugs. There can be more entries; you make it

[PATCH v3] powerpc: update crypto node definition and device tree instances

2008-07-03 Thread Kim Phillips
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 [EMAIL PROTECTED] --- changes