Re: [PATCH V1] regulator: DA9211 : support device tree

2014-08-26 Thread Mark Brown
On Mon, Aug 25, 2014 at 06:16:56PM +0900, James Ban wrote: > +* Dialog Semiconductor DA9211/DA9213 Voltage Regulator > + > +Required properties: > + > +- compatible:It should be "dlg,da9211" or "dlg,da9213". > +- reg: the i2c slave address of the regulator. It should be > 0x

[PATCH V1] regulator: DA9211 : support device tree

2014-08-25 Thread James Ban
This is a patch for supporting device tree of DA9211/DA9213. Signed-off-by: James Ban --- This patch is relative to linux-next repository tag next-20140822. .../devicetree/bindings/regulator/da9211.txt | 58 + drivers/regulator/da9211-regulator.c | 85 +++