]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: Add Maxim 77693 fuel gauge node for exynos4412-trats2
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Tue, 3 Feb 2015 22:43:44 +0000 (07:43 +0900)
committerKukjin Kim <kgene@kernel.org>
Tue, 3 Feb 2015 22:43:44 +0000 (07:43 +0900)
Add node for fuel gauge present in Maxim 77693 PMIC. This allows control
over battery charging state on Trats2 board.

The fuel gauge is compatible with max17042 battery driver (Maxim
17042/17047/17050).  Although datasheet rev 2.2 for MAX77693 describes
fuel gauge as Maxim 17042-like, the chip on Trats2 board identifies
itself as Maxim 17047-like.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
arch/arm/boot/dts/exynos4412-trats2.dts

index c81c4769411d1cf02e9b4e812e044b77a4d35d64..dea96574183f33dd6df26aeb7eb0cce6bd75d32c 100644 (file)
@@ -15,6 +15,7 @@
 /dts-v1/;
 #include "exynos4412.dtsi"
 #include <dt-bindings/gpio/gpio.h>
+#include <dt-bindings/interrupt-controller/irq.h>
 
 / {
        model = "Samsung Trats 2 based on Exynos4412";
@@ -24,6 +25,7 @@ aliases {
                i2c9 = &i2c_ak8975;
                i2c10 = &i2c_cm36651;
                i2c11 = &i2c_max77693;
+               i2c12 = &i2c_max77693_fuel;
        };
 
        memory {
@@ -552,6 +554,22 @@ max77693_haptic {
                };
        };
 
+       i2c_max77693_fuel: i2c-gpio-3 {
+               compatible = "i2c-gpio";
+               gpios = <&gpf1 5 GPIO_ACTIVE_HIGH>, <&gpf1 4 GPIO_ACTIVE_HIGH>;
+               i2c-gpio,delay-us = <2>;
+               #address-cells = <1>;
+               #size-cells = <0>;
+               status = "okay";
+
+               max77693-fuel-gauge@36 {
+                       compatible = "maxim,max17047";
+                       interrupt-parent = <&gpx2>;
+                       interrupts = <3 IRQ_TYPE_EDGE_FALLING>;
+                       reg = <0x36>;
+               };
+       };
+
        mmc@12550000 {
                num-slots = <1>;
                broken-cd;