Browse Source

ARM: dt: tegra seaboard: move battery monitor to mux'd I2C bus.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Stephen Warren 13 years ago
parent
commit
0879c5f72f
1 changed files with 7 additions and 7 deletions
  1. 7 7
      arch/arm/boot/dts/tegra20-seaboard.dts

+ 7 - 7
arch/arm/boot/dts/tegra20-seaboard.dts

@@ -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 {
@@ -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>;
+			};
 		};
 	};