]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commitdiff
ARM: dt: tegra seaboard: move battery monitor to mux'd I2C bus.
authorStephen Warren <swarren@nvidia.com>
Wed, 25 Apr 2012 22:57:28 +0000 (16:57 -0600)
committerStephen Warren <swarren@nvidia.com>
Fri, 6 Jul 2012 18:27:35 +0000 (12:27 -0600)
Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/boot/dts/tegra20-seaboard.dts

index 1e1939f1495bad81175d0a33c0b166154d744b4e..85e621ab2968d2947bf0b6dac96a305d5afbf614 100644 (file)
        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 {
                        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>;
+                       };
                };
        };