On Tue, 21 Apr 2020 22:21:26 +0800, Anson Huang wrote: > Convert the i.MX7ULP 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; > - improve timeout-sec. > --- > .../bindings/watchdog/fsl-imx7ulp-wdt.txt | 22 -------- > .../bindings/watchdog/fsl-imx7ulp-wdt.yaml | 60 ++++++++++++++++++++++ > 2 files changed, 60 insertions(+), 22 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/watchdog/fsl-imx7ulp-wdt.txt > create mode 100644 Documentation/devicetree/bindings/watchdog/fsl-imx7ulp-wdt.yaml > Applied, thanks!