Re: [PATCH 2/5] DT: mfd: axp20x: Add binding for the AXP808

2017-02-01 Thread Chen-Yu Tsai
On Wed, Feb 1, 2017 at 9:27 PM, Rob Herring wrote: > On Thu, Jan 26, 2017 at 10:16:13PM +0100, Rask Ingemann Lambertsen wrote: >> The AXP808 does not support address space extension, but is otherwise >> identical to the AXP806, including the chip ID, so add a compatible >> string for it to the bin

Re: [PATCH 2/5] DT: mfd: axp20x: Add binding for the AXP808

2017-02-01 Thread Rob Herring
On Thu, Jan 26, 2017 at 10:16:13PM +0100, Rask Ingemann Lambertsen wrote: > The AXP808 does not support address space extension, but is otherwise > identical to the AXP806, including the chip ID, so add a compatible > string for it to the binding. > > Signed-off-by: Rask Ingemann Lambertsen > ---