Re: [PATCH] doc: device-tree-bindings: watchdog: document common properties

2022-04-22 Thread Stefan Roese
On 3/9/22 14:56, Philippe Reynes wrote: Adds simple documentation about common properties for watchdog in the device tree. Signed-off-by: Philippe Reynes Applied to u-boot-watchdog/master Thanks, Stefan --- doc/device-tree-bindings/watchdog/common.txt | 12 1 file changed,

Re: [PATCH] doc: device-tree-bindings: watchdog: document common properties

2022-03-09 Thread Stefan Roese
On 3/9/22 14:56, Philippe Reynes wrote: Adds simple documentation about common properties for watchdog in the device tree. Signed-off-by: Philippe Reynes Reviewed-by: Stefan Roese Thanks, Stefan --- doc/device-tree-bindings/watchdog/common.txt | 12 1 file changed, 12 inse

[PATCH] doc: device-tree-bindings: watchdog: document common properties

2022-03-09 Thread Philippe Reynes
Adds simple documentation about common properties for watchdog in the device tree. Signed-off-by: Philippe Reynes --- doc/device-tree-bindings/watchdog/common.txt | 12 1 file changed, 12 insertions(+) create mode 100644 doc/device-tree-bindings/watchdog/common.txt diff --git a/do