diff options
author | Nik Bune <n2h9z4@gmail.com> | 2023-11-06 20:54:28 +0300 |
---|---|---|
committer | Wim Van Sebroeck <wim@linux-watchdog.org> | 2023-12-24 12:44:32 +0300 |
commit | 1cb113c5d6c101ecf8b83c30b36ad50a5c8d0a8e (patch) | |
tree | fe8cc86c80ea4b1aaef987f556e4407f034e7765 /Documentation/devicetree/bindings/watchdog/pnx4008-wdt.txt | |
parent | 70f272bde8c31267288740fa8da587c74b03b33c (diff) | |
download | linux-1cb113c5d6c101ecf8b83c30b36ad50a5c8d0a8e.tar.xz |
dt-bindings: watchdog: nxp,pnx4008-wdt: convert txt to yaml
Convert txt file to yaml. Add maintainers from git blame.
Signed-off-by: Nik Bune <n2h9z4@gmail.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Wim Van Sebroeck <wim@linux-watchdog.org>
Link: https://lore.kernel.org/r/20231106175428.162256-1-n2h9z4@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
Diffstat (limited to 'Documentation/devicetree/bindings/watchdog/pnx4008-wdt.txt')
-rw-r--r-- | Documentation/devicetree/bindings/watchdog/pnx4008-wdt.txt | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Documentation/devicetree/bindings/watchdog/pnx4008-wdt.txt b/Documentation/devicetree/bindings/watchdog/pnx4008-wdt.txt deleted file mode 100644 index 4b76bec62af9..000000000000 --- a/Documentation/devicetree/bindings/watchdog/pnx4008-wdt.txt +++ /dev/null @@ -1,17 +0,0 @@ -* NXP PNX watchdog timer - -Required properties: -- compatible: must be "nxp,pnx4008-wdt" -- reg: physical base address of the controller and length of memory mapped - region. - -Optional properties: -- timeout-sec: contains the watchdog timeout in seconds. - -Example: - - watchdog@4003c000 { - compatible = "nxp,pnx4008-wdt"; - reg = <0x4003C000 0x1000>; - timeout-sec = <10>; - }; |