Re: [PATCH] power: reset: gpio-poweroff: add ability to specific active and inactive delays

From: Rob Herring
Date: Mon Dec 03 2018 - 18:49:30 EST


On Sun, 11 Nov 2018 22:45:38 +0100, Heiko Stuebner wrote:
> From: Heiko Stuebner <heiko.stuebner@xxxxxx>
>
> Similar to gpio-reset allow to specify active and inactive delays
> while keeping the 100ms defaults that were used previously all the time.
>
> The dt-properties are named the same as in gpio-reset but get an "-ms"
> suffix as properties should contain such a suffix specifying its unit.
>
> Signed-off-by: Heiko Stuebner <heiko.stuebner@xxxxxx>
> ---
> .../devicetree/bindings/power/reset/gpio-poweroff.txt | 2 ++
> drivers/power/reset/gpio-poweroff.c | 10 ++++++++--
> 2 files changed, 10 insertions(+), 2 deletions(-)
>

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>