From patchwork Thu Aug 31 08:21:52 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "H. Nikolaus Schaller" X-Patchwork-Id: 9931509 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 0573B603B4 for ; Thu, 31 Aug 2017 08:23:37 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E5A57288A9 for ; Thu, 31 Aug 2017 08:23:36 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D9873288B0; Thu, 31 Aug 2017 08:23:36 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8E3C22885A for ; Thu, 31 Aug 2017 08:23:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751725AbdHaIWo (ORCPT ); Thu, 31 Aug 2017 04:22:44 -0400 Received: from mo4-p00-ob.smtp.rzone.de ([81.169.146.163]:14123 "EHLO mo4-p00-ob.smtp.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751612AbdHaIWK (ORCPT ); Thu, 31 Aug 2017 04:22:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1504167728; s=domk; d=goldelico.com; h=References:In-Reply-To:References:In-Reply-To:Date:Subject:Cc:To: From; bh=FCZY/VGRy9/hfSeDm4icJb2xVxH4wcz5o9Czea8AaFo=; b=kqHvRPJ15CBTEbzzr2GQqg8Srz3VBYCsgwPln+r+CyDmfpDXmBLrCnPjAvAg/OB2pL HiR+uZ6OuFJvOajlmf4c/O8jVYd2YbRVU23dbo+znzhnycSwTX+mjw9n7tuQn0pBGusq +MmdAScNhj8pESQSU4sUPRc0ygd/BN468s8pw= X-RZG-AUTH: :JGIXVUS7cutRB/49FwqZ7WcecEarQROEYabkiUo6mSAGQ+qKID0oJ4MK X-RZG-CLASS-ID: mo00 Received: from localhost.localdomain (p57AE0334.dip0.t-ipconnect.de [87.174.3.52]) by smtp.strato.de (RZmta 41.4 DYNA|AUTH) with ESMTPSA id C0b48et7V8LtTKT (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate); Thu, 31 Aug 2017 10:21:55 +0200 (CEST) From: "H. Nikolaus Schaller" To: afd@ti.com, =?UTF-8?q?Pali=20Roh=C3=A1r?= , Sebastian Reichel , Dmitry Eremin-Solenikov , David Woodhouse , =?UTF-8?q?Beno=C3=AEt=20Cousson?= , Tony Lindgren , Rob Herring , Mark Rutland , Russell King Cc: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, gta04-owner@goldelico.com, marek@goldelico.com, linux-omap@vger.kernel.org, devicetree@vger.kernel.org, "H. Nikolaus Schaller" Subject: [PATCH v3 4/4] DT: OpenPandora: fix for configuration of bq27500 fuel gauge Date: Thu, 31 Aug 2017 10:21:52 +0200 Message-Id: <4ad788c51070bf48099c9352cfc51b556f29e1bc.1504167711.git.hns@goldelico.com> X-Mailer: git-send-email 2.12.2 In-Reply-To: References: In-Reply-To: References: Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Using the latest driver features requires to use "ti,bq27500-1" instead of "ti,bq27500" as the compatible property. Also add a reference to the monitored-battery. Signed-off-by: H. Nikolaus Schaller --- arch/arm/boot/dts/omap3-pandora-common.dtsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/omap3-pandora-common.dtsi b/arch/arm/boot/dts/omap3-pandora-common.dtsi index 154865289dba..bdf082246f9b 100644 --- a/arch/arm/boot/dts/omap3-pandora-common.dtsi +++ b/arch/arm/boot/dts/omap3-pandora-common.dtsi @@ -545,8 +545,9 @@ clock-frequency = <100000>; bq27500@55 { - compatible = "ti,bq27500"; + compatible = "ti,bq27500-1"; reg = <0x55>; + monitored-battery = <&bat>; }; };