diff options
author | 2024-11-06 20:05:37 +0100 | |
---|---|---|
committer | 2024-12-05 11:33:38 +0100 | |
commit | e864e215ce2197cd5d5c0e9229b4bb83379a5186 (patch) | |
tree | 85ffbb8fe9bd3004f4c2b95b82a7d7f4265df14d | |
parent | arm64: dts: sprd: sp9860g-1h10: fix constant-charge-voltage-max-microvolt property (diff) | |
download | wireguard-linux-e864e215ce2197cd5d5c0e9229b4bb83379a5186.tar.xz wireguard-linux-e864e215ce2197cd5d5c0e9229b4bb83379a5186.zip |
arm64: dts: sprd: sp9860g-1h10: fix factory-internal-resistance-micro-ohms property
As per DT bindings, this property was missing the "factory-" prefix.
Signed-off-by: Stanislav Jakubek <stano.jakubek@gmail.com>
Reviewed-by: Baolin Wang <baolin.wang@linux.alibaba.com>
Link: https://lore.kernel.org/r/30d7ad167400764b6fe37f63276c07d3e30d931d.1730918663.git.stano.jakubek@gmail.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Diffstat (limited to '')
-rw-r--r-- | arch/arm64/boot/dts/sprd/sp9860g-1h10.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/sprd/sp9860g-1h10.dts b/arch/arm64/boot/dts/sprd/sp9860g-1h10.dts index cd8b1069e387..94af7700f3e2 100644 --- a/arch/arm64/boot/dts/sprd/sp9860g-1h10.dts +++ b/arch/arm64/boot/dts/sprd/sp9860g-1h10.dts @@ -72,7 +72,7 @@ charge-full-design-microamp-hours = <1900000>; charge-term-current-microamp = <120000>; constant-charge-voltage-max-microvolt = <4350000>; - internal-resistance-micro-ohms = <250000>; + factory-internal-resistance-micro-ohms = <250000>; ocv-capacity-celsius = <20>; ocv-capacity-table-0 = <4185000 100>, <4113000 95>, <4066000 90>, <4022000 85>, <3983000 80>, <3949000 75>, |