On Thu, 28 May 2020 15:27:58 +0800, Anson Huang wrote: > Convert the i.MX21 clock binding to DT schema format using json-schema, > can NOT find any CCM interrupt info from reference manual and DT file, > so interrupts property is removed from original binding doc. > > Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx> > --- > .../devicetree/bindings/clock/imx21-clock.txt | 27 ------------ > .../devicetree/bindings/clock/imx21-clock.yaml | 49 ++++++++++++++++++++++ > 2 files changed, 49 insertions(+), 27 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/clock/imx21-clock.txt > create mode 100644 Documentation/devicetree/bindings/clock/imx21-clock.yaml > Applied, thanks!