Skip to content

Commit

Permalink
ARM: dt: tegra seaboard: move battery monitor to mux'd I2C bus.
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Warren <swarren@nvidia.com>
  • Loading branch information
Stephen Warren committed Jul 6, 2012
1 parent a18cf6d commit 0879c5f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions arch/arm/boot/dts/tegra20-seaboard.dts
Original file line number Diff line number Diff line change
Expand Up @@ -331,13 +331,6 @@
i2c@7000c400 {
status = "okay";
clock-frequency = <100000>;

smart-battery@b {
compatible = "ti,bq20z75", "smart-battery-1.1";
reg = <0xb>;
ti,i2c-retry-count = <2>;
ti,poll-retry-count = <10>;
};
};

i2cmux {
Expand All @@ -362,6 +355,13 @@
reg = <1>;
#address-cells = <1>;
#size-cells = <0>;

smart-battery@b {
compatible = "ti,bq20z75", "smart-battery-1.1";
reg = <0xb>;
ti,i2c-retry-count = <2>;
ti,poll-retry-count = <10>;
};
};
};

Expand Down

0 comments on commit 0879c5f

Please sign in to comment.