From patchwork Tue Jul 21 16:32:05 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dan Murphy X-Patchwork-Id: 11676115 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id AC32A13B1 for ; Tue, 21 Jul 2020 16:32:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 951F221702 for ; Tue, 21 Jul 2020 16:32:31 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="NfiM+yEo" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730458AbgGUQc0 (ORCPT ); Tue, 21 Jul 2020 12:32:26 -0400 Received: from fllv0015.ext.ti.com ([198.47.19.141]:44758 "EHLO fllv0015.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727058AbgGUQcY (ORCPT ); Tue, 21 Jul 2020 12:32:24 -0400 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 06LGWNAV009509; Tue, 21 Jul 2020 11:32:23 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1595349143; bh=gh4EtzX5Dz3uIry+K7fUw1sjey0K57y22u9kC6AyAjE=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=NfiM+yEoe37I9g54wiEFY7CUSxtJq/xeZuqMomrJ9AbMWxtq+Ma4GTWsmZgBMig3j Ud0nVK2ApQeGTOKLSeF7TQ5xD6VsdBrtVAsBWyRawX5bJtfsPPNBGIn8UqQ3pLqcfX noiucNa0OD6/ATzYB6AdXeQZsESFEMkFdCdPC6GY= Received: from DLEE108.ent.ti.com (dlee108.ent.ti.com [157.170.170.38]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 06LGWNea039894 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 21 Jul 2020 11:32:23 -0500 Received: from DLEE106.ent.ti.com (157.170.170.36) by DLEE108.ent.ti.com (157.170.170.38) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Tue, 21 Jul 2020 11:32:23 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DLEE106.ent.ti.com (157.170.170.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3 via Frontend Transport; Tue, 21 Jul 2020 11:32:22 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 06LGWMPn044914; Tue, 21 Jul 2020 11:32:22 -0500 From: Dan Murphy To: , , CC: , , , , Dan Murphy Subject: [PATCH v3 3/4] dt-bindings: power: Add BQ28z610 compatible Date: Tue, 21 Jul 2020 11:32:05 -0500 Message-ID: <20200721163206.25438-3-dmurphy@ti.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200721163206.25438-1-dmurphy@ti.com> References: <20200721163206.25438-1-dmurphy@ti.com> MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Add the Texas Instruments bq28z610 battery monitor to the bq27xxx binding. Acked-by: Rob Herring Signed-off-by: Dan Murphy --- Documentation/devicetree/bindings/power/supply/bq27xxx.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/power/supply/bq27xxx.yaml b/Documentation/devicetree/bindings/power/supply/bq27xxx.yaml index 51cb1f685dcf..d74c99c21604 100644 --- a/Documentation/devicetree/bindings/power/supply/bq27xxx.yaml +++ b/Documentation/devicetree/bindings/power/supply/bq27xxx.yaml @@ -50,6 +50,7 @@ properties: - ti,bq27441 - ti,bq27621 - ti,bq27561 + - ti,bq28z610 reg: maxItems: 1