Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753962AbcKYJ50 (ORCPT ); Fri, 25 Nov 2016 04:57:26 -0500 Received: from smtp.csie.ntu.edu.tw ([140.112.30.61]:41294 "EHLO smtp.csie.ntu.edu.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753347AbcKYJ5V (ORCPT ); Fri, 25 Nov 2016 04:57:21 -0500 MIME-Version: 1.0 In-Reply-To: <20161125090921.23138-5-quentin.schulz@free-electrons.com> References: <20161125090921.23138-1-quentin.schulz@free-electrons.com> <20161125090921.23138-5-quentin.schulz@free-electrons.com> From: Chen-Yu Tsai Date: Fri, 25 Nov 2016 17:56:56 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 04/10] power: supply: axp20x_usb_power: add 100mA max current limit for AXP223 To: Quentin Schulz Cc: Sebastian Reichel , Rob Herring , Mark Rutland , Chen-Yu Tsai , Russell King , Maxime Ripard , Lee Jones , "open list:THERMAL" , devicetree , linux-kernel , linux-arm-kernel , Thomas Petazzoni Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 507 Lines: 12 On Fri, Nov 25, 2016 at 5:09 PM, Quentin Schulz wrote: > The X-Powers AXP223 shares most of its behaviour with the AXP221 PMIC > but allows the VBUS power supply max current to be set to 100mA (like > the AXP209 PMIC). > > This basically adds a new compatible to the VBUS power supply driver and > adds a check on the compatible when setting current max limit. > > Signed-off-by: Quentin Schulz Acked-by: Chen-Yu Tsai