Skip to content

Commit

Permalink
ARM: dts: Add sbs-battery for exynos5250-snow
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Doug Anderson authored and Olof Johansson committed Apr 28, 2013
1 parent 97a4a1b commit 61d4f05
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/exynos5250-snow.dts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@
reg = <0>;
#address-cells = <1>;
#size-cells = <0>;

battery: sbs-battery@b {
compatible = "sbs,sbs-battery";
reg = <0xb>;
sbs,poll-retry-count = <1>;
};
};
};

Expand Down

0 comments on commit 61d4f05

Please sign in to comment.