From: Stephen Warren Date: Wed, 25 Apr 2012 22:57:28 +0000 (-0600) Subject: ARM: dt: tegra seaboard: move battery monitor to mux'd I2C bus. X-Git-Tag: v4.13~11451^2~13^2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=0879c5f72f0a3905d08081e8a2c38e69896b0d5e;p=mirror_ubuntu-bionic-kernel.git ARM: dt: tegra seaboard: move battery monitor to mux'd I2C bus. Signed-off-by: Stephen Warren --- diff --git a/arch/arm/boot/dts/tegra20-seaboard.dts b/arch/arm/boot/dts/tegra20-seaboard.dts index 1e1939f1495b..85e621ab2968 100644 --- a/arch/arm/boot/dts/tegra20-seaboard.dts +++ b/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>; + }; }; };