From: Peng Fan <peng.fan@xxxxxxx> This is effort towards SystemReady IR 2.0 to convert the txt binding to DT schema. Patch 1 is just to drop uneeded number since following DT schema will update the name The fsl-sec4.txt binding has two parts, one is crypto, one is snvs, so I split into two DT schema file. patch 2,3 is for crypto, patch 4,5,6 is for snvs, patch 7 is to drop fsl-sec4.txt binding. patch 8,9 is to add new node Peng Fan (9): ARM: dts: vfxxx: drop the number after jr dt-bindings: crypto: fsl-sec4: convert to DT schema dt-bindings: crypto: fsl-sec4: support sec5.4/0 and i.MX6UL dt-bindings: crypto: add fsl-sec4-snvs DT schema dt-bindings: crypto: fsl-sec4-snvs: add simple-mfd compatible dt-bindings: crypto: fsl-sec4-snvs: add fsl sec 5.x compatible dt-bindings: crypto: drop fsl-sec4 txt binding dt-bindings: crypto: fsl-sec4-snvs: add snvs-lpgpr support dt-bindings: crypto: fsl-sec4-snvs: add poweroff support .../bindings/crypto/fsl-sec4-snvs.yaml | 181 ++++++ .../devicetree/bindings/crypto/fsl-sec4.txt | 553 ------------------ .../devicetree/bindings/crypto/fsl-sec4.yaml | 366 ++++++++++++ arch/arm/boot/dts/vfxxx.dtsi | 4 +- 4 files changed, 549 insertions(+), 555 deletions(-) create mode 100644 Documentation/devicetree/bindings/crypto/fsl-sec4-snvs.yaml delete mode 100644 Documentation/devicetree/bindings/crypto/fsl-sec4.txt create mode 100644 Documentation/devicetree/bindings/crypto/fsl-sec4.yaml -- 2.37.1