On Tue, 13 Nov 2018 13:47:53 +0100, Heiko Stuebner wrote: > From: Heiko Stuebner <heiko.stuebner@xxxxxx> > > The bq24196 is another variant of the bq24190 charger ic. > Its register set is identical to the bq24192 and it even reuses > the same part number (0x5). > > Signed-off-by: Heiko Stuebner <heiko.stuebner@xxxxxx> > --- > This should go on top of the bq24192 support patches from Brian Masney / > Jonathan Marek [0] > > [0] https://patchwork.kernel.org/patch/10663409/ > > changes in v2: > - add missing compatible to dt-binding > > Documentation/devicetree/bindings/power/supply/bq24190.txt | 1 + > drivers/power/supply/bq24190_charger.c | 4 +++- > 2 files changed, 4 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>