On Mon, 15 Nov 2021 06:53:54 +0100, Rafał Miłecki wrote: > From: Rafał Miłecki <rafal@xxxxxxxxxx> > > It's a block implementing few time related functions depending on a > (SoC specific) variant. At this point there is ready binding for a > watchdog only. Work on remaining subblocks (e.g. "reg" based reboot) is > in progress. > > Signed-off-by: Rafał Miłecki <rafal@xxxxxxxxxx> > --- > V2: Update $id, description, compatible, example & commit message > V3: Drop "brcm,twd" from compatible list per Rob's review > RESEND: Patchwork lost 1/2, marc.info lost 2/2 > --- > .../devicetree/bindings/mfd/brcm,twd.yaml | 61 +++++++++++++++++++ > 1 file changed, 61 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mfd/brcm,twd.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>