On Thu, 04 Jun 2020 09:33:07 +0800, Anson Huang wrote: > Convert the i.MX7ULP clock binding to DT schema format using json-schema, > the original binding doc is actually for two clock modules(SCG and PCC), > so split it to two binding docs, and the MPLL(mipi PLL) is NOT supposed > to be in clock module, so remove it from binding doc as well. > > Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx> > --- > Changes since V1: > - add "additionalProperties: false". > --- > .../devicetree/bindings/clock/imx7ulp-clock.txt | 103 ------------------ > .../bindings/clock/imx7ulp-pcc-clock.yaml | 121 +++++++++++++++++++++ > .../bindings/clock/imx7ulp-scg-clock.yaml | 99 +++++++++++++++++ > 3 files changed, 220 insertions(+), 103 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/clock/imx7ulp-clock.txt > create mode 100644 Documentation/devicetree/bindings/clock/imx7ulp-pcc-clock.yaml > create mode 100644 Documentation/devicetree/bindings/clock/imx7ulp-scg-clock.yaml > Applied, thanks!