On Sat, 27 Jul 2024 10:34:44 +0530, Kousik Sanagavarapu wrote:
Convert txt bindings of TI's DaVinci/Keystone Watchdog Timer Controller
to dtschema to allow for validation.
While at it,
- Change the order of the compatibles.
- Add "power-domains" to represent that the power domain maybe managed by
TI-SCI controller if found on the SoC (for example, Keystone based K2G).
w.r.t. to the txt binding to stay in sync with existing DTS.
Signed-off-by: Kousik Sanagavarapu <redacted>
Reviewed-by: Krzysztof Kozlowski <redacted>
---
.../bindings/watchdog/davinci-wdt.txt | 24 --------
.../bindings/watchdog/ti,davinci-wdt.yaml | 55 +++++++++++++++++++
2 files changed, 55 insertions(+), 24 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/watchdog/davinci-wdt.txt
create mode 100644 Documentation/devicetree/bindings/watchdog/ti,davinci-wdt.yaml
Applied, thanks!