From patchwork Thu Aug 31 06:59:53 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: 9931317 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 C26F5602F0 for ; Thu, 31 Aug 2017 07:00:46 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B72721FF7F for ; Thu, 31 Aug 2017 07:00:46 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id ABF3328863; Thu, 31 Aug 2017 07:00:46 +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 4FA481FF7F for ; Thu, 31 Aug 2017 07:00:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750972AbdHaHAG (ORCPT ); Thu, 31 Aug 2017 03:00:06 -0400 Received: from mo4-p00-ob.smtp.rzone.de ([81.169.146.219]:31159 "EHLO mo4-p00-ob.smtp.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750942AbdHaG77 (ORCPT ); Thu, 31 Aug 2017 02:59:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1504162797; s=domk; d=goldelico.com; h=References:In-Reply-To:References:In-Reply-To:Date:Subject:Cc:To: From; bh=FCZY/VGRy9/hfSeDm4icJb2xVxH4wcz5o9Czea8AaFo=; b=B4/reQcpvZrUnkx3ZX+Q8l/hbIezinYe2cah5kWRCYwqlNXBidbubzbn9RAffqZyp+ +pGiY/FsqWOvBOadr7DkCadkXRvhgEaWN/qp5jLn3/rSwTfOc0KxAmonyhWUgNjWlc76 An4KW2AipjYld9vViHqlHRcQevbweto7znvKg= 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 f066d8t7V6xvPvp (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 08:59:57 +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 08:59:53 +0200 Message-Id: <4ad788c51070bf48099c9352cfc51b556f29e1bc.1504162792.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>; }; };