[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231207171341.GH111411@google.com>
Date: Thu, 7 Dec 2023 17:13:41 +0000
From: Lee Jones <lee@...nel.org>
To: Andreas Kemnade <andreas@...nade.info>
Cc: robh+dt@...nel.org, krzysztof.kozlowski+dt@...aro.org,
conor+dt@...nel.org, bcousson@...libre.com, tony@...mide.com,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-omap@...r.kernel.org
Subject: Re: [PATCH v3 5/6] mfd: twl4030-power: accept standard property for
power controller
On Sun, 03 Dec 2023, Andreas Kemnade wrote:
> Instead of only accepting the ti specific properties accept also
> the standard property. For uniformity, search in the parent node
Search 'in' the parent node or 'from' the parent node?
Where is the property?
> for the tag. The code for powering of is also isolated from the
Should this be "off"?
> rest in this file. So it is a pure Linux design decision to put it
> here.
>
> Signed-off-by: Andreas Kemnade <andreas@...nade.info>
> ---
> drivers/mfd/twl4030-power.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/drivers/mfd/twl4030-power.c b/drivers/mfd/twl4030-power.c
> index e35b0f788c504..3ef892e63b88f 100644
> --- a/drivers/mfd/twl4030-power.c
> +++ b/drivers/mfd/twl4030-power.c
> @@ -686,6 +686,9 @@ static bool twl4030_power_use_poweroff(const struct twl4030_power_data *pdata,
> if (of_property_read_bool(node, "ti,use_poweroff"))
> return true;
>
> + if (of_device_is_system_power_controller(node->parent))
> + return true;
> +
> return false;
> }
>
> --
> 2.39.2
>
--
Lee Jones [李琼斯]
Powered by blists - more mailing lists