On Tue, 21 Apr 2020 22:21:25 +0800, Anson Huang wrote: > Convert the i.MX watchdog binding to DT schema format using json-schema. > > Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx> > --- > Changes since V2: > - drop clocks description; > - drop unused label. > --- > .../devicetree/bindings/watchdog/fsl-imx-wdt.txt | 24 ---------- > .../devicetree/bindings/watchdog/fsl-imx-wdt.yaml | 54 ++++++++++++++++++++++ > 2 files changed, 54 insertions(+), 24 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.txt > create mode 100644 Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.yaml > Applied, thanks!