Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754257AbcKYJZy (ORCPT ); Fri, 25 Nov 2016 04:25:54 -0500 Received: from smtp.csie.ntu.edu.tw ([140.112.30.61]:41164 "EHLO smtp.csie.ntu.edu.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752378AbcKYJZv (ORCPT ); Fri, 25 Nov 2016 04:25:51 -0500 MIME-Version: 1.0 In-Reply-To: <20161125090921.23138-4-quentin.schulz@free-electrons.com> References: <20161125090921.23138-1-quentin.schulz@free-electrons.com> <20161125090921.23138-4-quentin.schulz@free-electrons.com> From: Chen-Yu Tsai Date: Fri, 25 Nov 2016 17:25:25 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 03/10] Documentation: DT: binding: axp20x_usb_power: add axp223 compatible 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: 1151 Lines: 31 On Fri, Nov 25, 2016 at 5:09 PM, Quentin Schulz wrote: > This adds the "x-powers,axp223-usb-power-supply" to the list of > compatibles for AXP20X VBUS power supply driver. Please explain why we need this. Basically the part about AXP221 vs AXP223 from your cover letter. ChenYu > > Signed-off-by: Quentin Schulz > --- > Documentation/devicetree/bindings/power/supply/axp20x_usb_power.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/power/supply/axp20x_usb_power.txt b/Documentation/devicetree/bindings/power/supply/axp20x_usb_power.txt > index f1d7bee..bf3953c 100644 > --- a/Documentation/devicetree/bindings/power/supply/axp20x_usb_power.txt > +++ b/Documentation/devicetree/bindings/power/supply/axp20x_usb_power.txt > @@ -3,6 +3,7 @@ AXP20x USB power supply > Required Properties: > -compatible: One of: "x-powers,axp202-usb-power-supply" > "x-powers,axp221-usb-power-supply" > + "x-powers,axp223-usb-power-supply" > > This node is a subnode of the axp20x PMIC. > > -- > 2.9.3 >