Commit 2c6fd24d authored by Thierry Reding's avatar Thierry Reding
Browse files

arm64: tegra: Fix unit-addresses on Norrin



The AS3722 pinmux device tree node doesn't have a "reg" property and
therefore must not have a unit-address, so drop it.

While at it, add missing unit-addresses for the charger and smart
battery IC's on the ChromeOS embedded controller's I2C tunnel bus.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent bd1fefcb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -564,7 +564,7 @@ as3722: pmic@40 {
			pinctrl-names = "default";
			pinctrl-0 = <&as3722_default>;

			as3722_default: pinmux@0 {
			as3722_default: pinmux {
				gpio0 {
					pins = "gpio0";
					function = "gpio";
@@ -770,7 +770,7 @@ i2c_20: i2c-tunnel {

				google,remote-bus = <0>;

				charger: bq24735 {
				charger: bq24735@9 {
					compatible = "ti,bq24735";
					reg = <0x9>;
					interrupt-parent = <&gpio>;
@@ -781,7 +781,7 @@ TEGRA_GPIO(J, 0)
							GPIO_ACTIVE_HIGH>;
				};

				battery: smart-battery {
				battery: smart-battery@b {
					compatible = "sbs,sbs-battery";
					reg = <0xb>;
					sbs,i2c-retry-count = <2>;