On Fri, Apr 17, 2020 at 08:41:27AM +0800, Anson Huang wrote: > Convert the i.MX6Q clock binding to DT schema format using json-schema. > > Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx> > --- > Changes since V2: > - Force 'interrupts' minItem/maxItem to 2. > --- > .../devicetree/bindings/clock/imx6q-clock.txt | 41 ------------- > .../devicetree/bindings/clock/imx6q-clock.yaml | 67 ++++++++++++++++++++++ > 2 files changed, 67 insertions(+), 41 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/clock/imx6q-clock.txt > create mode 100644 Documentation/devicetree/bindings/clock/imx6q-clock.yaml > diff --git a/Documentation/devicetree/bindings/clock/imx6q-clock.yaml b/Documentation/devicetree/bindings/clock/imx6q-clock.yaml > new file mode 100644 > index 0000000..0daf789 > --- /dev/null > +++ b/Documentation/devicetree/bindings/clock/imx6q-clock.yaml > @@ -0,0 +1,67 @@ > +# SPDX-License-Identifier: GPL-2.0 If NXP is the only author on these, please dual license: (GPL-2.0-only OR BSD-2-Clause)