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!