Re: [PATCH V2 2/3] dt-bindings: timer: Convert i.MX TPM to json-schema

From: Rob Herring
Date: Thu May 28 2020 - 16:59:44 EST


On Tue, 19 May 2020 11:55:46 +0800, Anson Huang wrote:
> Convert the i.MX TPM binding to DT schema format using json-schema.
>
> Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx>
> Reviewed-by: Dong Aisheng <aisheng.dong@xxxxxxx>
> ---
> Changes since V1:
> - remove unnecessary maxItems for clocks/clock-names.
> ---
> .../devicetree/bindings/timer/nxp,tpm-timer.txt | 28 ----------
> .../devicetree/bindings/timer/nxp,tpm-timer.yaml | 61 ++++++++++++++++++++++
> 2 files changed, 61 insertions(+), 28 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/timer/nxp,tpm-timer.txt
> create mode 100644 Documentation/devicetree/bindings/timer/nxp,tpm-timer.yaml
>

Applied, thanks!