[RFC PATCH 04/11] omap4: SDP: Pass regulator_init_data from DT
From: Grant Likely <hidden>
Date: 2011-09-15 22:16:07
Also in:
linux-devicetree, linux-omap
From: Grant Likely <hidden>
Date: 2011-09-15 22:16:07
Also in:
linux-devicetree, linux-omap
On Thu, Sep 15, 2011 at 02:46:18PM +0100, Mark Brown wrote:
On Thu, Sep 15, 2011 at 04:52:00PM +0530, Rajendra Nayak wrote:quoted
+Required properties: +- compatible: Must be "regulator","ti,twl-reg";I'd expect listings for the specific chips too.quoted
+ xyz-regulator: regulator at 0 { + compatible = "regulator","ti,twl-reg"; + ti,reg-id = <37>; /* TWL6030_REG_VAUX1_6030 */These magic numbers are *very* Linux specific, we should have a better way of specifying regulators - I'd off the top of my head expect that the compatible property would identify the regulator.
Yes, that is exactly what it should do. g.