On Thu, 20 Feb 2025 12:57:35 +0100, J. Neuschäfer wrote: > Convert the Freescale security engine (crypto accelerator) binding from > text form to YAML. The list of compatible strings reflects what was > previously described in prose; not all combinations occur in existing > devicetrees. > > Reviewed-by: Frank Li <Frank.Li@xxxxxxx> > Signed-off-by: J. Neuschäfer <j.ne@xxxxxxxxxx> > --- > V3: > - split out as a single patch > - Add Frank Li's R-b tag > - fix typo in email address syntax > - normalize spelling of "descriptor type", and reformat the description > of fsl,descriptor-types-mask for readability > - add missing end-of-document marker (...) > > V2: > - part of series [PATCH v2 00/12] YAML conversion of several Freescale/PowerPC DT bindings > Link: https://lore.kernel.org/lkml/20250207-ppcyaml-v2-3-8137b0c42526@xxxxxxxxxx/ > - several improvements suggested by Rob Herring: > - remove unnecessary multiline markers > - constrain fsl,num-channels to enum: [1,4] > - constrain fsl,channel-fifo-len to plausible limits > - constrain fsl,exec-units-mask to maximum=0xfff > - trim subject line (remove "binding") > --- > .../devicetree/bindings/crypto/fsl,sec2.0.yaml | 144 +++++++++++++++++++++ > .../devicetree/bindings/crypto/fsl-sec2.txt | 65 ---------- > 2 files changed, 144 insertions(+), 65 deletions(-) > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>