[PATCH 2/9] regulator: helper routine to extract regulator_init_data
From: Rajendra Nayak <hidden>
Date: 2011-10-04 11:40:00
Also in:
linux-devicetree, linux-omap
From: Rajendra Nayak <hidden>
Date: 2011-10-04 11:40:00
Also in:
linux-devicetree, linux-omap
On Tuesday 04 October 2011 03:48 PM, Mark Brown wrote:
On Tue, Oct 04, 2011 at 10:58:40AM +0530, Rajendra Nayak wrote:quoted
The problem is I don't know if the property in the regulator dt node is called "vin-supply" or "vxyz-supply" and hence I can parse the property based on a substring alone, which is "-supply" because all I know is the property name is expected to end with a "-supply".This seems fairly straightforward though it will require some changes within Linux, all we have to do is have the regulators name their supplies.
through dt? thats what the original bindings was doing.