ARM: dts: Add sbs-battery for exynos5250-snow
authorDoug Anderson <dianders@chromium.org>
Tue, 16 Apr 2013 16:29:02 +0000 (16:29 +0000)
committerOlof Johansson <olof@lixom.net>
Sun, 28 Apr 2013 19:04:06 +0000 (12:04 -0700)
Now that we have i2c-arbitrator in place on bus 4 we can add the
sbs-battery driver.  Future devices will be added onto bus 4 once
drivers are in good shape.

Signed-off-by: Doug Anderson <dianders@chromium.org>
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/boot/dts/exynos5250-snow.dts

index fa85f58..c115143 100644 (file)
                        reg = <0>;
                        #address-cells = <1>;
                        #size-cells = <0>;
+
+                       battery: sbs-battery@b {
+                               compatible = "sbs,sbs-battery";
+                               reg = <0xb>;
+                               sbs,poll-retry-count = <1>;
+                       };
                };
        };