[RFC PATCH 04/11] omap4: SDP: Pass regulator_init_data from DT
From: Mark Brown <hidden>
Date: 2011-09-15 13:46:18
Also in:
linux-devicetree, linux-omap
From: Mark Brown <hidden>
Date: 2011-09-15 13:46:18
Also in:
linux-devicetree, linux-omap
On Thu, Sep 15, 2011 at 04:52:00PM +0530, Rajendra Nayak wrote:
+Required properties: +- compatible: Must be "regulator","ti,twl-reg";
I'd expect listings for the specific chips too.
+ 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.