On Wed, 14 Aug 2024 12:12:48 -0400, Frank Li wrote:
Convert ziirave-wdt.txt to yaml format.
Additional change:
- Add i2c node in example.
- Add ref to watchdog.yaml
Fix below warning:
arch/arm64/boot/dts/freescale/imx8mq-zii-ultra-rmb3.dtb: /soc@0/bus@30800000/i2c@30a40000/watchdog@38:
failed to match any schema with compatible: ['zii,rave-wdt']
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
Change from v2 to v3
- using original driver submitter and wdt maintainer as maintainter
- add conor dooley review tag
- remove value in milliseconds
Change from v1 to v2
- add ref watchdog.yaml
- Remove timeout-sec
---
.../bindings/watchdog/zii,rave-wdt.yaml | 49 +++++++++++++++++++
.../bindings/watchdog/ziirave-wdt.txt | 19 -------
2 files changed, 49 insertions(+), 19 deletions(-)
create mode 100644 Documentation/devicetree/bindings/watchdog/zii,rave-wdt.yaml
delete mode 100644 Documentation/devicetree/bindings/watchdog/ziirave-wdt.txt
Applied, thanks!