1
0
Fork 0

ARM: tegra: seaboard: Use standard battery bindings

Seaboard uses a non-existing, possibly obsoleted, binding for the
battery. Move to the standard binding which seems to be a super-
set of the odl binding.

Signed-off-by: Thierry Reding <treding@nvidia.com>
zero-sugar-mainline-defconfig
Thierry Reding 2020-06-11 19:57:32 +02:00
parent eb711490c4
commit cea37ffc82
1 changed files with 3 additions and 3 deletions

View File

@ -394,10 +394,10 @@
#size-cells = <0>;
smart-battery@b {
compatible = "ti,bq20z75", "smart-battery-1.1";
compatible = "ti,bq20z75", "sbs,sbs-battery";
reg = <0xb>;
ti,i2c-retry-count = <2>;
ti,poll-retry-count = <10>;
sbs,i2c-retry-count = <2>;
sbs,poll-retry-count = <10>;
};
};
};