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

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
...@@ -564,7 +564,7 @@ as3722: pmic@40 { ...@@ -564,7 +564,7 @@ as3722: pmic@40 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&as3722_default>; pinctrl-0 = <&as3722_default>;
as3722_default: pinmux@0 { as3722_default: pinmux {
gpio0 { gpio0 {
pins = "gpio0"; pins = "gpio0";
function = "gpio"; function = "gpio";
...@@ -770,7 +770,7 @@ i2c_20: i2c-tunnel { ...@@ -770,7 +770,7 @@ i2c_20: i2c-tunnel {
google,remote-bus = <0>; google,remote-bus = <0>;
charger: bq24735 { charger: bq24735@9 {
compatible = "ti,bq24735"; compatible = "ti,bq24735";
reg = <0x9>; reg = <0x9>;
interrupt-parent = <&gpio>; interrupt-parent = <&gpio>;
...@@ -781,7 +781,7 @@ TEGRA_GPIO(J, 0) ...@@ -781,7 +781,7 @@ TEGRA_GPIO(J, 0)
GPIO_ACTIVE_HIGH>; GPIO_ACTIVE_HIGH>;
}; };
battery: smart-battery { battery: smart-battery@b {
compatible = "sbs,sbs-battery"; compatible = "sbs,sbs-battery";
reg = <0xb>; reg = <0xb>;
sbs,i2c-retry-count = <2>; sbs,i2c-retry-count = <2>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment