mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
arm64: dts: sprd: sp9860g-1h10: fix constant-charge-voltage-max-microvolt property
This property has hyphens/dashes, not underscores. Reviewed-by: Baolin Wang <baolin.wang@linux.alibaba.com> Signed-off-by: Stanislav Jakubek <stano.jakubek@gmail.com> Acked-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/aa557091d9494fdaa3eda75803f9ea97014c8832.1730918663.git.stano.jakubek@gmail.com Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
parent
40384c840e
commit
367d31471c
|
|
@ -71,7 +71,7 @@ bat: battery {
|
|||
compatible = "simple-battery";
|
||||
charge-full-design-microamp-hours = <1900000>;
|
||||
charge-term-current-microamp = <120000>;
|
||||
constant_charge_voltage_max_microvolt = <4350000>;
|
||||
constant-charge-voltage-max-microvolt = <4350000>;
|
||||
internal-resistance-micro-ohms = <250000>;
|
||||
ocv-capacity-celsius = <20>;
|
||||
ocv-capacity-table-0 = <4185000 100>, <4113000 95>, <4066000 90>,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user