Re: [PATCH 2/3] ASoC: da7219: Add bindings documentation for DA7219 audio codec

2015-09-21 Thread Mark Brown
On Mon, Sep 21, 2015 at 10:36:04AM +, Opensource [Adam Thomson] wrote: > On September 19, 2015 18:10, Mark Brown wrote: > > > +- dlg,cp-mchange : Charge pump voltage tracking mode > > > + ["largest_vol", "dac_vol", "sig_mag"] > > > +- dlg,cp-vol-thresh : Charge pump volume threshold value (6-b

RE: [PATCH 2/3] ASoC: da7219: Add bindings documentation for DA7219 audio codec

2015-09-21 Thread Opensource [Adam Thomson]
On September 19, 2015 18:10, Mark Brown wrote: > > +- dlg,io-lvl : Expected voltage level range for digital IO > > + ["2.5V_3.6V", "1.2V_2.8V"] > > If the driver needs to read or set the voltage a supply is at it should > do that via the regulator API. This would just be a read for the driver.

Re: [PATCH 2/3] ASoC: da7219: Add bindings documentation for DA7219 audio codec

2015-09-19 Thread Mark Brown
On Thu, Sep 17, 2015 at 05:01:16PM +0100, Adam Thomson wrote: > +- dlg,io-lvl : Expected voltage level range for digital IO > + ["2.5V_3.6V", "1.2V_2.8V"] If the driver needs to read or set the voltage a supply is at it should do that via the regulator API. > +- dlg,cp-mchange : Charge pump

[PATCH 2/3] ASoC: da7219: Add bindings documentation for DA7219 audio codec

2015-09-17 Thread Adam Thomson
Signed-off-by: Adam Thomson --- Documentation/devicetree/bindings/sound/da7219.txt | 106 + 1 file changed, 106 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/da7219.txt diff --git a/Documentation/devicetree/bindings/sound/da7219.txt b/Documentatio