Re: [PATCH V2 1/3] dt-bindings: nvmem: Convert i.MX OCOTP to json-schema

From: Rob Herring
Date: Mon May 11 2020 - 14:57:03 EST


On Tue, 21 Apr 2020 22:09:39 +0800, Anson Huang wrote:
> Convert the i.MX OCOTP binding to DT schema format using json-schema.
>
> Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx>
> ---
> Changes since V1:
> - improve compatible;
> - drop clocks description.
> ---
> .../devicetree/bindings/nvmem/imx-ocotp.txt | 50 ------------
> .../devicetree/bindings/nvmem/imx-ocotp.yaml | 95 ++++++++++++++++++++++
> 2 files changed, 95 insertions(+), 50 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/nvmem/imx-ocotp.txt
> create mode 100644 Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml
>

Applied, thanks!