Re: [PATCH v3] backlight: lm3630a: bump REG_MAX value to 0x50 instead of 0x1F

2017-07-13 Thread Lee Jones
On Fri, 23 Jun 2017, Bhushan Shah wrote: > In the lm3630a_chip_init we try to write to 0x50 register, which is > higher value then the max_register value, this resulted in regmap_write > return -EIO. > > Fix this by bumping REG_MAX value to 0x50. > > This code was introduced with the chip revisi

Re: [PATCH v3] backlight: lm3630a: bump REG_MAX value to 0x50 instead of 0x1F

2017-06-23 Thread Daniel Thompson
On 23/06/17 04:54, Bhushan Shah wrote: In the lm3630a_chip_init we try to write to 0x50 register, which is higher value then the max_register value, this resulted in regmap_write return -EIO. Fix this by bumping REG_MAX value to 0x50. This code was introduced with the chip revision in commit 28