[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <4ad788c51070bf48099c9352cfc51b556f29e1bc.1504162792.git.hns@goldelico.com>
Date: Thu, 31 Aug 2017 08:59:53 +0200
From: "H. Nikolaus Schaller" <hns@...delico.com>
To: afd@...com, Pali Rohár <pali.rohar@...il.com>,
Sebastian Reichel <sre@...nel.org>,
Dmitry Eremin-Solenikov <dbaryshkov@...il.com>,
David Woodhouse <dwmw2@...radead.org>,
Benoît Cousson <bcousson@...libre.com>,
Tony Lindgren <tony@...mide.com>,
Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Russell King <linux@...linux.org.uk>
Cc: linux-pm@...r.kernel.org, linux-kernel@...r.kernel.org,
gta04-owner@...delico.com, marek@...delico.com,
linux-omap@...r.kernel.org, devicetree@...r.kernel.org,
"H. Nikolaus Schaller" <hns@...delico.com>
Subject: [PATCH v3 4/4] DT: OpenPandora: fix for configuration of bq27500 fuel gauge
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 <hns@...delico.com>
---
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>;
};
};
--
2.12.2
Powered by blists - more mailing lists