Message ID | Pine.LNX.4.64.1309121254330.4632@axis700.grange (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
On Thu, Sep 12, 2013 at 12:57:20PM +0200, Guennadi Liakhovetski wrote: > Is a separate patch like this one ok or you'd prefer me to re-post the > original series and merge this with the DT implementation? Please repost, the bindings and the code really ought to be reviewed together.
diff --git a/Documentation/devicetree/bindings/regulator/da9210.txt b/Documentation/devicetree/bindings/regulator/da9210.txt new file mode 100644 index 0000000..f120f22 --- /dev/null +++ b/Documentation/devicetree/bindings/regulator/da9210.txt @@ -0,0 +1,21 @@ +* Dialog Semiconductor DA9210 Voltage Regulator + +Required properties: + +- compatible: must be "diasemi,da9210" +- reg: the i2c slave address of the regulator. It should be 0x68. + +Any standard regulator properties can be used to configure the single da9210 +DCDC. + +Example: + + da9210@68 { + compatible = "diasemi,da9210"; + reg = <0x68>; + + regulator-min-microvolt = <900000>; + regulator-max-microvolt = <1000000>; + regulator-boot-on; + regulator-always-on; + };