Re: [PATCH 1/2] ASoC: ssm2602: add device tree bindings

2014-09-29 Thread Stefan Kristiansson
On Mon, Sep 29, 2014 at 05:34:52PM +0300, Stefan Kristiansson wrote: > ... if I set it to > "adi,ssm2604" I get id->name = "ssm2603" and id->driver_data = 1. > Err, copy-paste mistake,that should have of course have read 'if I set it to "adi,ssm2604" I get id->name = "ssm2604"' -- To unsubscribe

Re: [PATCH 1/2] ASoC: ssm2602: add device tree bindings

2014-09-29 Thread Lars-Peter Clausen
On 09/29/2014 04:34 PM, Stefan Kristiansson wrote: On Mon, Sep 29, 2014 at 10:50:24AM +0200, Lars-Peter Clausen wrote: On 09/28/2014 09:57 AM, Stefan Kristiansson wrote: Allow the ssm2602/ssm2603/ssm2604 codec driver to be instantiated from the device tree. Also, add Kconfig prompts to allow m

Re: [PATCH 1/2] ASoC: ssm2602: add device tree bindings

2014-09-29 Thread Stefan Kristiansson
On Mon, Sep 29, 2014 at 10:50:24AM +0200, Lars-Peter Clausen wrote: > On 09/28/2014 09:57 AM, Stefan Kristiansson wrote: > >Allow the ssm2602/ssm2603/ssm2604 codec driver to be > >instantiated from the device tree. > > > >Also, add Kconfig prompts to allow manual selection of both the > >I2C and SP

Re: [PATCH 1/2] ASoC: ssm2602: add device tree bindings

2014-09-29 Thread Lars-Peter Clausen
On 09/28/2014 09:57 AM, Stefan Kristiansson wrote: Allow the ssm2602/ssm2603/ssm2604 codec driver to be instantiated from the device tree. Also, add Kconfig prompts to allow manual selection of both the I2C and SPI configuration versions of the driver. Signed-off-by: Stefan Kristiansson Look