Re: [PATCH 01/16] PM / OPP: Add 'supply-names' binding

From: Viresh Kumar
Date: Wed Oct 21 2015 - 09:18:51 EST


On 17-10-15, 09:40, Viresh Kumar wrote:
> Hehe, no.
>
> Okay here is the problem statement:
>
> We have two supplies for a device and the device node will have
> something like:
>
> name1-supply = <&supply1>;
> name2-supply = <&supply2>;
>
> And the OPP node needs to have voltages for both of them:
>
> opp-microvolt = <X1 Y1 Z1>, <X2 Y2 Z2>;
>
> Where XYZ(1) are for supply1 and XYZ(2) are for supply2.
>
> Now we need to identify the supplies for which the values are present
> here and their order as well. How do we do that?
>
> The way I am suggesting is to add a property in opp node which will
> keep "name1" and "name2" in it.

Any more comments? Acks ? I want to close this series :)

--
viresh
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/