Re: [PATCH v3 5/6] mfd: twl4030-power: accept standard property for power controller

From: Andreas Kemnade
Date: Thu Dec 07 2023 - 18:13:46 EST


On Thu, 7 Dec 2023 17:13:41 +0000
Lee Jones <lee@xxxxxxxxxx> wrote:

> 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?
>
The idea was to have the device tree property at the same place for all
twl family devices. So no distinction for these devices needed
in the bindings. It is in the main node.

I guess today this twl4030-power subnode would not be accepted nowadays
and the compatible would be some kind of flag in the parent.

> > for the tag. The code for powering of is also isolated from the
>
> Should this be "off"?
>
yes, of course.

Regards,
Andreas