On Thu, 04 Jun 2020 09:35:55 +0800, Anson Huang wrote: > Convert the i.MXDI RTC binding to DT schema format using json-schema > > Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx> > --- > Changes since V1: > - add "additionalProperties: false". > --- > .../devicetree/bindings/rtc/imxdi-rtc.txt | 20 ---------- > .../devicetree/bindings/rtc/imxdi-rtc.yaml | 44 ++++++++++++++++++++++ > 2 files changed, 44 insertions(+), 20 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/rtc/imxdi-rtc.txt > create mode 100644 Documentation/devicetree/bindings/rtc/imxdi-rtc.yaml > Applied, thanks!