Re: [PATCH] regulator: axp20x: Fix AXP806 dcdcb copy/paste bug

2019-02-17 Thread Chen-Yu Tsai
On Fri, Feb 15, 2019 at 5:24 AM Rask Ingemann Lambertsen wrote: > > An obvious copy/paste bug was introduced with the conversion to sybolic > register masks. The result is contradictory output like this: > > vcc-dram: Bringing 110uV into 145-145uV > vcc-dram: 1450 <--> 1550 mV at 1050

[PATCH] regulator: axp20x: Fix AXP806 dcdcb copy/paste bug

2019-02-14 Thread Rask Ingemann Lambertsen
An obvious copy/paste bug was introduced with the conversion to sybolic register masks. The result is contradictory output like this: vcc-dram: Bringing 110uV into 145-145uV vcc-dram: 1450 <--> 1550 mV at 1050 mV This patch fixes it: vcc-dram: 1450 <--> 1550 mV at 1500 mV Fixes: db4