Re: [PATCH v2 2/2] power: reset: gpio-poweroff: Add support for timeout from DT
From: Andy Shevchenko
Date: Tue Feb 20 2018 - 09:13:06 EST
On Tue, Feb 20, 2018 at 12:59 AM, Moritz Fischer <mdf@xxxxxxxxxx> wrote:
> Add support for reading a timeout value from devicetree.
> Fall back to previous default of 3s if nothing is specified.
> + of_property_read_u32(pdev->dev.of_node, "timeout_ms", &timeout);
Perhaps stop being OF-centric by using device_property_read_u32() instead?
--
With Best Regards,
Andy Shevchenko