On Sun, 1 Mar 2020 at 12:06, Guenter Roeck wrote: > On 3/1/20 1:40 AM, Tomer Maimon wrote: > > Add device tree restart priority documentation. > > > > I think this warrants an explanation _why_ this is needed. > What is the use case ? Not just theory, please. > In the NPCM750 there is two initiated restarts: - Software reset - WD reset the Software restart found at NPCM reset driver https://github.com/torvalds/linux/blob/master/drivers/reset/reset-npcm.c In NPCM WD driver the restart is configure as well, I will like to add the priority so the user will have maximum flexibility if he using both restarts Thanks, Tomer > Guenter > > > Signed-off-by: Tomer Maimon > > --- > > Documentation/devicetree/bindings/watchdog/nuvoton,npcm-wdt.txt | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git > a/Documentation/devicetree/bindings/watchdog/nuvoton,npcm-wdt.txt > b/Documentation/devicetree/bindings/watchdog/nuvoton,npcm-wdt.txt > > index 6d593003c933..0a0f86a25eb0 100644 > > --- a/Documentation/devicetree/bindings/watchdog/nuvoton,npcm-wdt.txt > > +++ b/Documentation/devicetree/bindings/watchdog/nuvoton,npcm-wdt.txt > > @@ -17,6 +17,7 @@ Required clocking property, have to be one of: > > > > Optional properties: > > - timeout-sec : Contains the watchdog timeout in seconds > > +- nuvoton,restart-priority : Contains the card restart priority. > > > > Example: > > > > @@ -25,4 +26,5 @@ timer@f000801c { > > interrupts = ; > > reg = <0xf000801c 0x4>; > > clocks = <&clk NPCM7XX_CLK_TIMER>; > > + nuvoton,restart-priority = <155>; > > }; > > > >