From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753175AbeFARYV (ORCPT ); Fri, 1 Jun 2018 13:24:21 -0400 Received: from mail-pg0-f65.google.com ([74.125.83.65]:39417 "EHLO mail-pg0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752880AbeFARYM (ORCPT ); Fri, 1 Jun 2018 13:24:12 -0400 X-Google-Smtp-Source: ADUXVKKYL4nrb5Xm6+xHquCA0WFLz0VtWezdpRzzbBvlDJAQSDWc7ocKY8146Rp2dOE9ZXyb7ZqXgw== From: Brian Norris To: Sebastian Reichel Cc: , Rob Herring , linux-pm@vger.kernel.org, devicetree@vger.kernel.org, Rhyland Klein , Alexandru Stan , Guenter Roeck , Doug Anderson , Brian Norris Subject: [PATCH v2 2/2] dt-bindings: power: sbs-battery: re-document "ti,bq20z75" Date: Fri, 1 Jun 2018 10:24:00 -0700 Message-Id: <20180601172400.50737-2-briannorris@chromium.org> X-Mailer: git-send-email 2.17.0.921.gf22659ad46-goog In-Reply-To: <20180601172400.50737-1-briannorris@chromium.org> References: <20180601172400.50737-1-briannorris@chromium.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This compatible property was documented before the driver was renamed to "SBS" (see commit e57f1b68c406 ("devicetree-bindings: Propagate bq20z75->sbs rename to dt bindings")). The driver has continued to support this property as an alternative to "sbs,sbs-battery", and because we've noticed there are some lingering TI specifics (in the manufacturer-specific portion of the SBS spec), we'd like to start using this property again to differentiate. Signed-off-by: Brian Norris Acked-by: Rhyland Klein --- v2: add Rhyland's Acked-by --- .../devicetree/bindings/power/supply/sbs_sbs-battery.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/power/supply/sbs_sbs-battery.txt b/Documentation/devicetree/bindings/power/supply/sbs_sbs-battery.txt index c40e8926facf..a7a9c3366f82 100644 --- a/Documentation/devicetree/bindings/power/supply/sbs_sbs-battery.txt +++ b/Documentation/devicetree/bindings/power/supply/sbs_sbs-battery.txt @@ -2,7 +2,7 @@ SBS sbs-battery ~~~~~~~~~~ Required properties : - - compatible : "sbs,sbs-battery" + - compatible : "sbs,sbs-battery" or "ti,bq20z75" Optional properties : - sbs,i2c-retry-count : The number of times to retry i2c transactions on i2c -- 2.17.0.921.gf22659ad46-goog