Re: [PATCH v1 1/2] mfd: da9052: Fix register access via SPI

2015-03-04 Thread Lee Jones
On Wed, 04 Mar 2015, Adam Ward wrote: > The range of registers used by this driver exceeds that available > via SPI with no paging (127), so we have to override the values > from the default config which is set-up for I2C access. > Also change SPI settings to match device's recommended OTP values.

[PATCH v1 1/2] mfd: da9052: Fix register access via SPI

2015-03-04 Thread Adam Ward
The range of registers used by this driver exceeds that available via SPI with no paging (127), so we have to override the values from the default config which is set-up for I2C access. Also change SPI settings to match device's recommended OTP values. Signed-off-by: Adam Ward Tested-by: Adam War