From: Thierry Reding Date: Thu, 11 Jun 2020 17:57:32 +0000 (+0200) Subject: ARM: tegra: seaboard: Use standard battery bindings X-Git-Tag: v5.10.7~1993^2~46^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cea37ffc82e7ec2867e3b5cce70e2a0015b1b609;p=platform%2Fkernel%2Flinux-rpi.git 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 --- diff --git a/arch/arm/boot/dts/tegra20-seaboard.dts b/arch/arm/boot/dts/tegra20-seaboard.dts index f1baf16..c24d4a3 100644 --- a/arch/arm/boot/dts/tegra20-seaboard.dts +++ b/arch/arm/boot/dts/tegra20-seaboard.dts @@ -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>; }; }; };