This patch series converts i.MX GPT, TPM and system counter timer binding to json-schema, test build passed. Changes compared to V1 are listed in each patch. Anson Huang (3): dt-bindings: timer: Convert i.MX GPT to json-schema dt-bindings: timer: Convert i.MX TPM to json-schema dt-bindings: timer: Convert i.MX SYSCTR to json-schema .../devicetree/bindings/timer/fsl,imxgpt.txt | 45 ------------ .../devicetree/bindings/timer/fsl,imxgpt.yaml | 80 ++++++++++++++++++++++ .../devicetree/bindings/timer/nxp,sysctr-timer.txt | 25 ------- .../bindings/timer/nxp,sysctr-timer.yaml | 54 +++++++++++++++ .../devicetree/bindings/timer/nxp,tpm-timer.txt | 28 -------- .../devicetree/bindings/timer/nxp,tpm-timer.yaml | 61 +++++++++++++++++ 6 files changed, 195 insertions(+), 98 deletions(-) delete mode 100644 Documentation/devicetree/bindings/timer/fsl,imxgpt.txt create mode 100644 Documentation/devicetree/bindings/timer/fsl,imxgpt.yaml delete mode 100644 Documentation/devicetree/bindings/timer/nxp,sysctr-timer.txt create mode 100644 Documentation/devicetree/bindings/timer/nxp,sysctr-timer.yaml delete mode 100644 Documentation/devicetree/bindings/timer/nxp,tpm-timer.txt create mode 100644 Documentation/devicetree/bindings/timer/nxp,tpm-timer.yaml -- 2.7.4